[53923] trunk/dports/sysutils/compare/Portfile

jmr at macports.org jmr at macports.org
Thu Jul 16 11:04:26 PDT 2009


Revision: 53923
          http://trac.macports.org/changeset/53923
Author:   jmr at macports.org
Date:     2009-07-16 11:04:26 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
compare: remove use of cd (#12914)

Modified Paths:
--------------
    trunk/dports/sysutils/compare/Portfile

Modified: trunk/dports/sysutils/compare/Portfile
===================================================================
--- trunk/dports/sysutils/compare/Portfile	2009-07-16 18:03:17 UTC (rev 53922)
+++ trunk/dports/sysutils/compare/Portfile	2009-07-16 18:04:26 UTC (rev 53923)
@@ -32,7 +32,6 @@
 destroot.destdir	INS_BASE=${destroot}${prefix} \
 				MANDIR=share/man
 post-destroot {
-	cd ${destroot}${prefix}
-	file delete -force share/man/man5 lib include
+	file delete -force ${destroot}${prefix}/share/man/man5 ${destroot}${prefix}/lib ${destroot}${prefix}/include
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/23b72c28/attachment.html>


More information about the macports-changes mailing list