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

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

macathena-base should create symlinks in the destroot so that they get removed

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    macathena-base
5 version                 1
6 categories              net
7 maintainers             mit.edu:sipb-macathena
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         file mkdir ${destroot}/usr
24         file mkdir ${destroot}/bin
25         ln -s /usr ${destroot}/usr/athena
26         ln -s /bin ${destroot}/bin/athena
27 }
Note: See TracBrowser for help on using the browser.