svn commit: r342797 - head/devel/p5-SVN-Simple

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 5 17:27:25 UTC 2014


Author: ehaupt
Date: Wed Feb  5 17:27:24 2014
New Revision: 342797
URL: http://svnweb.freebsd.org/changeset/ports/342797
QAT: https://qat.redports.org/buildarchive/r342797/

Log:
  Support staging.

Modified:
  head/devel/p5-SVN-Simple/Makefile
  head/devel/p5-SVN-Simple/pkg-plist

Modified: head/devel/p5-SVN-Simple/Makefile
==============================================================================
--- head/devel/p5-SVN-Simple/Makefile	Wed Feb  5 17:27:12 2014	(r342796)
+++ head/devel/p5-SVN-Simple/Makefile	Wed Feb  5 17:27:24 2014	(r342797)
@@ -17,9 +17,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		SVN::Simple::Edit.3 SVN::Simple::Editor.3
-
-NO_STAGE=	yes
 regression-test:
 	cd ${WRKSRC} && ${MAKE} test
 

Modified: head/devel/p5-SVN-Simple/pkg-plist
==============================================================================
--- head/devel/p5-SVN-Simple/pkg-plist	Wed Feb  5 17:27:12 2014	(r342796)
+++ head/devel/p5-SVN-Simple/pkg-plist	Wed Feb  5 17:27:24 2014	(r342797)
@@ -1,3 +1,5 @@
+%%PERL5_MAN3%%/SVN::Simple::Edit.3.gz
+%%PERL5_MAN3%%/SVN::Simple::Editor.3.gz
 %%SITE_PERL%%/SVN/Simple/Edit.pm
 %%SITE_PERL%%/SVN/Simple/Editor.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Simple/Edit/.packlist


More information about the svn-ports-head mailing list