svn commit: r395946 - head/security/pks

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 3 11:05:24 UTC 2015


Author: amdmi3
Date: Thu Sep  3 11:05:23 2015
New Revision: 395946
URL: https://svnweb.freebsd.org/changeset/ports/395946

Log:
  - Fix identation
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/security/pks/Makefile

Modified: head/security/pks/Makefile
==============================================================================
--- head/security/pks/Makefile	Thu Sep  3 10:43:55 2015	(r395945)
+++ head/security/pks/Makefile	Thu Sep  3 11:05:23 2015	(r395946)
@@ -1,12 +1,12 @@
 # Created by: kris at FreeBSD.org
 # $FreeBSD$
 
-PORTNAME=		pks
-PORTVERSION=		0.9.6.20040312
-PORTREVISION=		1
-CATEGORIES=		security www
-MASTER_SITES=		http://pks.sourceforge.net/ LOCAL/mandree
-DISTFILES=		pks-current.tgz
+PORTNAME=	pks
+PORTVERSION=	0.9.6.20040312
+PORTREVISION=	1
+CATEGORIES=	security www
+MASTER_SITES=	http://pks.sourceforge.net/ LOCAL/mandree
+DISTFILES=	pks-current.tgz
 
 MAINTAINER=	tphilipp at potion-studios.com
 COMMENT=	PGP Public Key Server
@@ -37,8 +37,6 @@ PLIST_SUB+=	RESETPREFIX=${PREFIX}
 
 USE_RC_SUBR=	pksd
 
-.include <bsd.port.options.mk>
-
 post-extract:
 	@${CP} -a ${FILESDIR}/EMAIL ${WRKSRC}
 
@@ -50,9 +48,8 @@ post-install:
 	${INSTALL_DATA}  ${WRKSRC}/pksd.conf ${STAGEDIR}${PREFIX}/etc/pksd.conf.sample
 	#${CHOWN} pksd:pksd /var/pks
 
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list