svn commit: r342982 - head/devel/p5-accessors

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 09:26:01 UTC 2014


Author: ehaupt
Date: Thu Feb  6 09:26:00 2014
New Revision: 342982
URL: http://svnweb.freebsd.org/changeset/ports/342982
QAT: https://qat.redports.org/buildarchive/r342982/

Log:
  Support staging.

Modified:
  head/devel/p5-accessors/Makefile
  head/devel/p5-accessors/pkg-plist

Modified: head/devel/p5-accessors/Makefile
==============================================================================
--- head/devel/p5-accessors/Makefile	Thu Feb  6 09:24:52 2014	(r342981)
+++ head/devel/p5-accessors/Makefile	Thu Feb  6 09:26:00 2014	(r342982)
@@ -14,8 +14,4 @@ COMMENT=	Create accessor methods in call
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=		accessors.3 accessors::chained.3 accessors::classic.3 \
-		accessors::ro.3 accessors::rw.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-accessors/pkg-plist
==============================================================================
--- head/devel/p5-accessors/pkg-plist	Thu Feb  6 09:24:52 2014	(r342981)
+++ head/devel/p5-accessors/pkg-plist	Thu Feb  6 09:26:00 2014	(r342982)
@@ -3,4 +3,9 @@
 %%SITE_PERL%%/accessors/classic.pm
 %%SITE_PERL%%/accessors/ro.pm
 %%SITE_PERL%%/accessors/rw.pm
+%%PERL5_MAN3%%/accessors.3.gz
+%%PERL5_MAN3%%/accessors::chained.3.gz
+%%PERL5_MAN3%%/accessors::classic.3.gz
+%%PERL5_MAN3%%/accessors::ro.3.gz
+%%PERL5_MAN3%%/accessors::rw.3.gz
 @dirrmtry %%SITE_PERL%%/accessors


More information about the svn-ports-all mailing list