aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:51 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:51 +0800
commit540a2b502160512c1867847e36560ba35d644a5b (patch)
treec9d61faea686ed6a376dd1397aef2da6bf832753 /security
parentcab90c1359f8418eef4c5fa4bebab3dcf0a5eb2f (diff)
downloadfreebsd-ports-gnome-540a2b502160512c1867847e36560ba35d644a5b.tar.gz
freebsd-ports-gnome-540a2b502160512c1867847e36560ba35d644a5b.tar.zst
freebsd-ports-gnome-540a2b502160512c1867847e36560ba35d644a5b.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'security')
-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>