svn commit: r469112 - head/security/pks

Alexey Dokuchaev danfe at FreeBSD.org
Sat May 5 14:16:38 UTC 2018


Author: danfe
Date: Sat May  5 14:16:37 2018
New Revision: 469112
URL: https://svnweb.freebsd.org/changeset/ports/469112

Log:
  - Sort the knobs for better readability
  - Remove redundant PKGMESSAGE assignment

Modified:
  head/security/pks/Makefile

Modified: head/security/pks/Makefile
==============================================================================
--- head/security/pks/Makefile	Sat May  5 14:11:14 2018	(r469111)
+++ head/security/pks/Makefile	Sat May  5 14:16:37 2018	(r469112)
@@ -16,11 +16,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_GCC=	any
 USES=		bdb ssl
+USE_GCC=	any
+USE_RC_SUBR=	pksd
 
-OPTIONS_DEFINE=	DOCS
-PORTDOCS=	pks_help.* README EMAIL
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--localstatedir=/var/pks \
@@ -32,9 +31,9 @@ CONFIGURE_ENV=	DBLIB="-L${BDB_LIB_DIR} -l${BDB_LIB_NAM
 		DBINC=-I${BDB_INCLUDE_DIR} DBHDR=db.h
 
 SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 
-USE_RC_SUBR=	pksd
+OPTIONS_DEFINE=	DOCS
+PORTDOCS=	pks_help.* README EMAIL
 
 post-extract:
 	@${CP} -a ${FILESDIR}/EMAIL ${WRKSRC}


More information about the svn-ports-all mailing list