Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 14:16:37 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469112 - head/security/pks
Message-ID:  <201805051416.w45EGbkt062713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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