[74878] trunk/dports/textproc/psbind/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 5 03:27:49 PST 2011


Revision: 74878
          http://trac.macports.org/changeset/74878
Author:   ryandesign at macports.org
Date:     2011-01-05 03:27:42 -0800 (Wed, 05 Jan 2011)
Log Message:
-----------
psbind: skip the perl5 dependency by using /usr/bin/pod2man, since psbind itself uses /usr/bin/perl; see http://lists.macosforge.org/pipermail/macports-dev/2011-January/013534.html

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

Modified: trunk/dports/textproc/psbind/Portfile
===================================================================
--- trunk/dports/textproc/psbind/Portfile	2011-01-05 11:15:37 UTC (rev 74877)
+++ trunk/dports/textproc/psbind/Portfile	2011-01-05 11:27:42 UTC (rev 74878)
@@ -27,8 +27,6 @@
 checksums               sha1    39e82fde6c0b8a5dc393feb241698ba4cc8f7dcb \
                         rmd160  fbaecf7dcbe2bcfe3f2a9e3b09ffe08624535b11
 
-depends_build           path:bin/perl:perl5
-
 depends_run             port:a2ps \
                         port:ghostscript \
                         port:libpaper
@@ -40,7 +38,7 @@
 use_configure           no
 
 build {
-    system "cd ${worksrcpath} && ${prefix}/bin/pod2man ${name} ${name}.1"
+    system "cd ${worksrcpath} && /usr/bin/pod2man ${name} ${name}.1"
 }
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110105/56012b2b/attachment.html>


More information about the macports-changes mailing list