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

mww at macports.org mww at macports.org
Thu Jun 14 01:57:59 PDT 2012


Revision: 94289
          https://trac.macports.org/changeset/94289
Author:   mww at macports.org
Date:     2012-06-14 01:57:59 -0700 (Thu, 14 Jun 2012)
Log Message:
-----------
highlight: fix error on case-senstivie filesystems

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

Modified: trunk/dports/textproc/highlight/Portfile
===================================================================
--- trunk/dports/textproc/highlight/Portfile	2012-06-14 08:47:45 UTC (rev 94288)
+++ trunk/dports/textproc/highlight/Portfile	2012-06-14 08:57:59 UTC (rev 94289)
@@ -23,8 +23,8 @@
 patchfiles          patch-makefile.diff
 
 configure {
-    reinplace "s|@prefix@|${prefix}|g" ${worksrcpath}/Makefile
-    reinplace "s|@destroot@|${destroot}|g" ${worksrcpath}/Makefile
+    reinplace "s|@prefix@|${prefix}|g" ${worksrcpath}/makefile
+    reinplace "s|@destroot@|${destroot}|g" ${worksrcpath}/makefile
 }
 
 build.args           CXX="${configure.cxx}" LDFLAGS="${configure.ldflags}" CXXFLAGS="${configure.cxxflags}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120614/0aa1caf7/attachment.html>


More information about the macports-changes mailing list