From 540a2b502160512c1867847e36560ba35d644a5b Mon Sep 17 00:00:00 2001 From: ehaupt Date: Wed, 12 Feb 2014 19:24:51 +0000 Subject: Now that this port is staged and DOCS defined we can stop testing for DOCS in any install target. --- security/bcrypt/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'security') 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 -- cgit