Ticket #2879: patch-Portfile

File patch-Portfile, 673 bytes (added by kballard (Lily Ballard), 19 years ago)

A patch for ship84's Portfile

Line 
1Index: Portfile
2===================================================================
3RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/games/ship84/Portfile,v
4retrieving revision 1.1
5diff -u -r1.1 Portfile
6--- Portfile    6 Apr 2004 16:48:26 -0000       1.1
7+++ Portfile    9 Apr 2005 04:55:16 -0000
8@@ -42,10 +42,3 @@
9        xinstall -m 755 -s ${worksrcpath}/shippy ${destroot}${prefix}/bin
10        file copy ${worksrcpath}/data ${destroot}${prefix}/share/games/${name}
11 }
12-variant darwin {
13-       post-destroot   {
14-               xinstall -d -m 755 ${destroot}/Applications/Ship84.app/Contents/MacOS
15-               system "ln -s ${prefix}/bin/shippy \
16-                       ${destroot}/Applications/Ship84.app/Contents/MacOS/Ship84"
17-       }
18-}