svn commit: r342955 - head/devel/p5-String-Dump

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 08:18:19 UTC 2014


Author: ehaupt
Date: Thu Feb  6 08:18:18 2014
New Revision: 342955
URL: http://svnweb.freebsd.org/changeset/ports/342955
QAT: https://qat.redports.org/buildarchive/r342955/

Log:
  Support staging.

Modified:
  head/devel/p5-String-Dump/Makefile
  head/devel/p5-String-Dump/pkg-plist

Modified: head/devel/p5-String-Dump/Makefile
==============================================================================
--- head/devel/p5-String-Dump/Makefile	Thu Feb  6 08:16:44 2014	(r342954)
+++ head/devel/p5-String-Dump/Makefile	Thu Feb  6 08:18:18 2014	(r342955)
@@ -16,8 +16,4 @@ BUILD_DEPENDS=	p5-Getopt-Lucid>=0:${PORT
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN1=	dumpstr.1
-MAN3=	String::Dump.3 String::Dump::Debugging.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-String-Dump/pkg-plist
==============================================================================
--- head/devel/p5-String-Dump/pkg-plist	Thu Feb  6 08:16:44 2014	(r342954)
+++ head/devel/p5-String-Dump/pkg-plist	Thu Feb  6 08:18:18 2014	(r342955)
@@ -1,4 +1,7 @@
 bin/dumpstr
+man/man1/dumpstr.1.gz
+%%PERL5_MAN3%%/String::Dump.3.gz
+%%PERL5_MAN3%%/String::Dump::Debugging.3.gz
 %%SITE_PERL%%/String/Dump.pm
 %%SITE_PERL%%/String/Dump/Debugging.pod
 @dirrm %%SITE_PERL%%/String/Dump


More information about the svn-ports-all mailing list