svn commit: r347636 - head/security/isakmpd

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:43:45 UTC 2014


Author: miwi
Date: Sun Mar  9 14:43:44 2014
New Revision: 347636
URL: http://svnweb.freebsd.org/changeset/ports/347636
QAT: https://qat.redports.org/buildarchive/r347636/

Log:
  - Stage support

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

Modified: head/security/isakmpd/Makefile
==============================================================================
--- head/security/isakmpd/Makefile	Sun Mar  9 14:43:30 2014	(r347635)
+++ head/security/isakmpd/Makefile	Sun Mar  9 14:43:44 2014	(r347636)
@@ -24,13 +24,8 @@ BUILD_DEPENDS+=	keynote:${PORTSDIR}/secu
 USE_RC_SUBR=	isakmpd
 MAKE_ENV+=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man LC_ALL=C
 
-MAN5=		isakmpd.conf.5 isakmpd.policy.5
-MAN8=		certpatch.8 isakmpd.8
-MANCOMPRESSED=	yes
-
 USE_OPENSSL=	yes
 
-NO_STAGE=	yes
 MAKE_JOBS_UNSAFE=	yes
 .include <bsd.port.pre.mk>
 

Modified: head/security/isakmpd/pkg-plist
==============================================================================
--- head/security/isakmpd/pkg-plist	Sun Mar  9 14:43:30 2014	(r347635)
+++ head/security/isakmpd/pkg-plist	Sun Mar  9 14:43:44 2014	(r347636)
@@ -9,4 +9,8 @@ share/examples/isakmpd/singlehost-east.g
 share/examples/isakmpd/singlehost-setup.sh
 share/examples/isakmpd/singlehost-west.conf
 share/examples/isakmpd/singlehost-west.gdb
+man/man5/isakmpd.conf.5.gz
+man/man5/isakmpd.policy.5.gz
+man/man8/certpatch.8.gz
+man/man8/isakmpd.8.gz
 @dirrm share/examples/isakmpd


More information about the svn-ports-head mailing list