[140273] trunk/dports/textproc/hevea/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 16 05:07:05 PDT 2015


Revision: 140273
          https://trac.macports.org/changeset/140273
Author:   ryandesign at macports.org
Date:     2015-09-16 05:07:05 -0700 (Wed, 16 Sep 2015)
Log Message:
-----------
hevea: fix path of executables (#48884)

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

Modified: trunk/dports/textproc/hevea/Portfile
===================================================================
--- trunk/dports/textproc/hevea/Portfile	2015-09-16 07:07:38 UTC (rev 140272)
+++ trunk/dports/textproc/hevea/Portfile	2015-09-16 12:07:05 UTC (rev 140273)
@@ -4,7 +4,7 @@
 
 name		hevea
 version             2.25
-revision            0
+revision            1
 categories	textproc www tex
 platforms	darwin
 maintainers	loria.fr:reilles
@@ -25,7 +25,7 @@
 depends_build       port:ocaml
 
 configure {
-    reinplace "s|^PREFIX=.*|PREFIX=${prefix}|" ${worksrcpath}/Makefile
+    reinplace "s|^PREFIX?=.*|PREFIX=${prefix}|" ${worksrcpath}/Makefile
     reinplace "s|^LIBDIR=.*|LIBDIR=${prefix}/share/${name}|" ${worksrcpath}/Makefile
     reinplace "s|^LATEXLIBDIR=.*|LATEXLIBDIR=${prefix}/share/${name}|" ${worksrcpath}/Makefile
     reinplace "s|^DESTDIR=.*|DESTDIR=${destroot}|" ${worksrcpath}/Makefile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150916/3e6c799a/attachment.html>


More information about the macports-changes mailing list