Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 11:05:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395946 - head/security/pks
Message-ID:  <201509031105.t83B5OTO098104@repo.freebsd.org>

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



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