aboutsummaryrefslogtreecommitdiff
path: root/security/create-cert/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 15:54:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 15:54:10 +0000
commite64855c99cdf9b488ef56f8470ad17753526c8cc (patch)
treea95b737e2a5141881282c5d07edf5d0cbc6adc15 /security/create-cert/Makefile
parent7fe87702ad8e27adf89fd9ccd9172483832fbaf8 (diff)
Notes
Diffstat (limited to 'security/create-cert/Makefile')
-rw-r--r--security/create-cert/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/create-cert/Makefile b/security/create-cert/Makefile
index 67d2414f0857..675c447fc6e6 100644
--- a/security/create-cert/Makefile
+++ b/security/create-cert/Makefile
@@ -13,14 +13,12 @@ COMMENT= Create openssl client key and certificates
LICENSE= BSD
-PLIST_FILES= sbin/create-cert
-
-MAN8= create-cert.8
+PLIST_FILES= sbin/create-cert \
+ man/man8/create-cert.8.gz
GNU_CONFIGURE= yes
verify: checksum
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
-NO_STAGE= yes
.include <bsd.port.mk>