Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 14:53:53 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342160 - head/security/pbnj
Message-ID:  <201402011453.s11Errgu016532@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Feb  1 14:53:52 2014
New Revision: 342160
URL: http://svnweb.freebsd.org/changeset/ports/342160
QAT: https://qat.redports.org/buildarchive/r342160/

Log:
  - Stage support

Modified:
  head/security/pbnj/Makefile
  head/security/pbnj/pkg-plist

Modified: head/security/pbnj/Makefile
==============================================================================
--- head/security/pbnj/Makefile	Sat Feb  1 14:51:21 2014	(r342159)
+++ head/security/pbnj/Makefile	Sat Feb  1 14:53:52 2014	(r342160)
@@ -23,11 +23,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	scanpbnj.1p \
-	outputpbnj.1p \
-	genlist.1p
-
-NO_STAGE=	yes
 post-configure:
 	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
 

Modified: head/security/pbnj/pkg-plist
==============================================================================
--- head/security/pbnj/pkg-plist	Sat Feb  1 14:51:21 2014	(r342159)
+++ head/security/pbnj/pkg-plist	Sat Feb  1 14:53:52 2014	(r342160)
@@ -1,5 +1,8 @@
 bin/scanpbnj
 bin/outputpbnj
 bin/genlist
+man/man1/genlist.1p.gz
+man/man1/outputpbnj.1p.gz
+man/man1/scanpbnj.1p.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/pbnj/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/pbnj



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011453.s11Errgu016532>