svn commit: r343121 - head/textproc/p5-pod2pdf

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 16:28:20 UTC 2014


Author: ehaupt
Date: Thu Feb  6 16:28:19 2014
New Revision: 343121
URL: http://svnweb.freebsd.org/changeset/ports/343121
QAT: https://qat.redports.org/buildarchive/r343121/

Log:
  Support staging.

Modified:
  head/textproc/p5-pod2pdf/Makefile
  head/textproc/p5-pod2pdf/pkg-plist

Modified: head/textproc/p5-pod2pdf/Makefile
==============================================================================
--- head/textproc/p5-pod2pdf/Makefile	Thu Feb  6 16:27:14 2014	(r343120)
+++ head/textproc/p5-pod2pdf/Makefile	Thu Feb  6 16:28:19 2014	(r343121)
@@ -19,7 +19,4 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		pod2pdf.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-pod2pdf/pkg-plist
==============================================================================
--- head/textproc/p5-pod2pdf/pkg-plist	Thu Feb  6 16:27:14 2014	(r343120)
+++ head/textproc/p5-pod2pdf/pkg-plist	Thu Feb  6 16:28:19 2014	(r343121)
@@ -1,4 +1,5 @@
 bin/pod2pdf
+man/man1/pod2pdf.1.gz
 %%SITE_PERL%%/App/pod2pdf.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/pod2pdf/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/pod2pdf


More information about the svn-ports-all mailing list