[138745] trunk/dports/textproc/help2man/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Jul 17 18:10:55 PDT 2015


Revision: 138745
          https://trac.macports.org/changeset/138745
Author:   khindenburg at macports.org
Date:     2015-07-17 18:10:55 -0700 (Fri, 17 Jul 2015)
Log Message:
-----------
help2man: change variable to avoid confusion

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

Modified: trunk/dports/textproc/help2man/Portfile
===================================================================
--- trunk/dports/textproc/help2man/Portfile	2015-07-18 01:10:32 UTC (rev 138744)
+++ trunk/dports/textproc/help2man/Portfile	2015-07-18 01:10:55 UTC (rev 138745)
@@ -23,11 +23,14 @@
 checksums       rmd160  903bc09a7ae39242c3dabb52557f98544b60fb73 \
                 sha256  c59b26f60cb06e45b00e729dea721e7a17220e2c17d800eb428271a750382b06
 
-set branch      5.22
-depends_lib     port:perl${branch} port:p${branch}-locale-gettext \
+# set pbranch to desired perl version
+# currently 5.22 (#48365)
+set pbranch     5.22
+
+depends_lib     port:perl${pbranch} port:p${pbranch}-locale-gettext \
                 port:gettext port:libiconv
 
-configure.perl  ${prefix}/bin/perl${branch}
+configure.perl  ${prefix}/bin/perl${pbranch}
 
 configure.args  --enable-nls
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150717/9874f0d2/attachment.html>


More information about the macports-changes mailing list