[39437] trunk/dports/games/frotz/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 19 16:30:33 PDT 2008


Revision: 39437
          http://trac.macosforge.org/projects/macports/changeset/39437
Author:   ryandesign at macports.org
Date:     2008-08-19 16:30:32 -0700 (Tue, 19 Aug 2008)
Log Message:
-----------
frotz: simplify destroot (don't override it); #16337

Modified Paths:
--------------
    trunk/dports/games/frotz/Portfile

Modified: trunk/dports/games/frotz/Portfile
===================================================================
--- trunk/dports/games/frotz/Portfile	2008-08-19 23:27:56 UTC (rev 39436)
+++ trunk/dports/games/frotz/Portfile	2008-08-19 23:30:32 UTC (rev 39437)
@@ -22,8 +22,4 @@
 		"${worksrcpath}/Makefile"
 }
 
-destroot {
-	reinplace "s|^PREFIX = ${prefix}|PREFIX = ${destroot}${prefix}|" \
-		"${worksrcpath}/Makefile"
-	system "cd ${worksrcpath} && make install"
-}
+destroot.destdir  PREFIX=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080819/0c2c4402/attachment.html 


More information about the macports-changes mailing list