svn commit: r343071 - head/news/p5-NNML

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 13:28:37 UTC 2014


Author: ehaupt
Date: Thu Feb  6 13:28:36 2014
New Revision: 343071
URL: http://svnweb.freebsd.org/changeset/ports/343071
QAT: https://qat.redports.org/buildarchive/r343071/

Log:
  Support staging.

Modified:
  head/news/p5-NNML/Makefile
  head/news/p5-NNML/pkg-plist

Modified: head/news/p5-NNML/Makefile
==============================================================================
--- head/news/p5-NNML/Makefile	Thu Feb  6 13:26:42 2014	(r343070)
+++ head/news/p5-NNML/Makefile	Thu Feb  6 13:28:36 2014	(r343071)
@@ -15,14 +15,10 @@ USE_PERL5=	configure
 
 RESTRICTED=	License unknown
 
-MAN1=		nnmirror.1 nnsync.1 overview.1
-MAN3=		NNML::Server.3
-
 .if defined(BATCH)
 CONFIGURE_ARGS+=	< /dev/null
 .else
 IS_INTERACTIVE=	yes
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/news/p5-NNML/pkg-plist
==============================================================================
--- head/news/p5-NNML/pkg-plist	Thu Feb  6 13:26:42 2014	(r343070)
+++ head/news/p5-NNML/pkg-plist	Thu Feb  6 13:28:36 2014	(r343071)
@@ -1,6 +1,10 @@
 bin/nnmirror
 bin/nnsync
 bin/overview
+man/man1/nnmirror.1.gz
+man/man1/nnsync.1.gz
+man/man1/overview.1.gz
+%%PERL5_MAN3%%/NNML::Server.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/NNML/.packlist
 %%SITE_PERL%%/NNML/Active.pm
 %%SITE_PERL%%/NNML/Auth.pm


More information about the svn-ports-head mailing list