aboutsummaryrefslogtreecommitdiff
path: root/security/pks
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 11:05:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 11:05:23 +0000
commit1adbfb637450a942c94a98b6661f1fe3c7a498e1 (patch)
treecfdd8c728930fcd134fa1cf88aeb928e9a239535 /security/pks
parentb461a0649fa1f620704362e03f0dc2e82c44824e (diff)
downloadports-1adbfb637450a942c94a98b6661f1fe3c7a498e1.tar.gz
ports-1adbfb637450a942c94a98b6661f1fe3c7a498e1.zip
Notes
Diffstat (limited to 'security/pks')
-rw-r--r--security/pks/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile
index 2e1f490120c6..11b23367ea0c 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -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>