[23143] trunk/dports/devel/libedit/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 26 10:23:14 PDT 2007


Revision: 23143
          http://trac.macosforge.org/projects/macports/changeset/23143
Author:   pipping at macports.org
Date:     2007-03-26 10:23:14 -0700 (Mon, 26 Mar 2007)

Log Message:
-----------
 * replace hardcoded prefix with variable

Modified Paths:
--------------
    trunk/dports/devel/libedit/Portfile

Modified: trunk/dports/devel/libedit/Portfile
===================================================================
--- trunk/dports/devel/libedit/Portfile	2007-03-26 15:49:15 UTC (rev 23142)
+++ trunk/dports/devel/libedit/Portfile	2007-03-26 17:23:14 UTC (rev 23143)
@@ -20,7 +20,7 @@
 post-patch {
 	reinplace "s|/man/man|/share/man/man|" \
 		${worksrcpath}/Makefile.in
-        reinplace "s|-lncurses\"$|-L/opt/local/lib -lncurses\"|" \
+        reinplace "s|-lncurses\"$|-L${prefix}/lib -lncurses\"|" \
                 ${worksrcpath}/configure
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070326/0f94ee27/attachment.html


More information about the macports-changes mailing list