root/trunk/ports/net/macathena-base/Portfile

Revision 12, 423 bytes (checked in by broder, 17 years ago)

Adding the /usr/athena and /bin/athena symlinks

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    macathena-base
5 version                 1
6 categories              net
7 maintainers             mit.edu:broder
8 platforms               darwin
9
10 distfiles               
11
12 destroot.violate_mtree  yes
13
14 fetch                   {}
15 checksum                {}
16 configure               {}
17 build                   {}
18 destroot                {
19         file mkdir ${destroot}/etc/athena
20         file copy ${filespath}/reactivate ${destroot}/etc/athena
21         file copy ${filespath}/version ${destroot}/etc/athena
22        
23         ln -s /usr /usr/athena
24         ln -s /bin /bin/athena
25 }
Note: See TracBrowser for help on using the browser.