[48288] trunk/dports/textproc/highlight/Portfile

raimue at macports.org raimue at macports.org
Wed Mar 18 07:00:09 PDT 2009


Revision: 48288
          http://trac.macports.org/changeset/48288
Author:   raimue at macports.org
Date:     2009-03-18 07:00:09 -0700 (Wed, 18 Mar 2009)
Log Message:
-----------
textproc/highlight:
Remove 'cd' command.
I don't see the reason to strip the binary, so removing the whole post-build.

Modified Paths:
--------------
    trunk/dports/textproc/highlight/Portfile

Modified: trunk/dports/textproc/highlight/Portfile
===================================================================
--- trunk/dports/textproc/highlight/Portfile	2009-03-18 13:55:15 UTC (rev 48287)
+++ trunk/dports/textproc/highlight/Portfile	2009-03-18 14:00:09 UTC (rev 48288)
@@ -55,11 +55,6 @@
 	file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
 }
 
-post-build {
-    cd ${worksrcpath}/highlight
-    system "strip highlight"
-}
-
 post-activate {
 	# copy over the sample conf file if necessary
 	if { ![file exists ${prefix}/etc/${name}/${conf_file}] } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090318/3bf55021/attachment.html>


More information about the macports-changes mailing list