[93472] trunk/dports/mail/postgrey/Portfile

jmr at macports.org jmr at macports.org
Wed May 23 13:08:10 PDT 2012


Revision: 93472
          https://trac.macports.org/changeset/93472
Author:   jmr at macports.org
Date:     2012-05-23 13:08:10 -0700 (Wed, 23 May 2012)
Log Message:
-----------
postgrey: use the right pod2man (#31102)

Modified Paths:
--------------
    trunk/dports/mail/postgrey/Portfile

Modified: trunk/dports/mail/postgrey/Portfile
===================================================================
--- trunk/dports/mail/postgrey/Portfile	2012-05-23 20:03:33 UTC (rev 93471)
+++ trunk/dports/mail/postgrey/Portfile	2012-05-23 20:08:10 UTC (rev 93472)
@@ -62,9 +62,9 @@
   destroot.keepdirs ${destroot}${prefix}/var/spool/postgrey \
 	${destroot}${prefix}/var/run/postgrey \
 	${destroot}${prefix}/etc/postgrey
-  system "pod2man --section=8 ${worksrcpath}/postgrey > \
+  system "${prefix}/bin/pod2man-5.12 --section=8 ${worksrcpath}/postgrey > \
 	${destroot}${prefix}/share/man/man8/postgrey.8"
-  system "pod2man --section=1 ${worksrcpath}/contrib/postgreyreport > \
+  system "${prefix}/bin/pod2man-5.12 --section=1 ${worksrcpath}/contrib/postgreyreport > \
 	${destroot}${prefix}/share/man/man1/postgreyreport.1"
   xinstall -m 755 -c ${worksrcpath}/contrib/postgreyreport \
 	${destroot}${prefix}/bin/postgreyreport
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120523/a24bd23b/attachment.html>


More information about the macports-changes mailing list