aboutsummaryrefslogtreecommitdiff
path: root/security/bcrypt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:51 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:51 +0000
commitf8713982d0f4f99ca6db11fe442acaffd22872cc (patch)
treec9d61faea686ed6a376dd1397aef2da6bf832753 /security/bcrypt
parentf32749c57d1f442c523948a58c1f448a6eac24b9 (diff)
downloadports-f8713982d0f4f99ca6db11fe442acaffd22872cc.tar.gz
ports-f8713982d0f4f99ca6db11fe442acaffd22872cc.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343987
Diffstat (limited to 'security/bcrypt')
-rw-r--r--security/bcrypt/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile
index 19f9c5af1b64..6e7986c8b032 100644
--- a/security/bcrypt/Makefile
+++ b/security/bcrypt/Makefile
@@ -28,10 +28,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>