aboutsummaryrefslogtreecommitdiff
path: root/security/pkcrack
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:08 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:08 +0000
commite8d931ea09f5f568eb11403f3149663188821600 (patch)
tree48dbc9e8bf48661c271a6cc867308dd1294f6afa /security/pkcrack
parent988eadb3e99d2b7e7a05da961549bafed3a8c5d0 (diff)
downloadports-e8d931ea09f5f568eb11403f3149663188821600.tar.gz
ports-e8d931ea09f5f568eb11403f3149663188821600.zip
Notes
Diffstat (limited to 'security/pkcrack')
-rw-r--r--security/pkcrack/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/pkcrack/Makefile b/security/pkcrack/Makefile
index b82bc5575b89..c0fd846ee2b3 100644
--- a/security/pkcrack/Makefile
+++ b/security/pkcrack/Makefile
@@ -28,12 +28,9 @@ do-install:
.for f in extract findkey makekey
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/pk${f}
.endfor
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>