aboutsummaryrefslogtreecommitdiff
path: root/security/bsdsfv
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:55 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:55 +0000
commit4392486eca575e41e35f1c0e70c5b46c6d2f412b (patch)
tree306c34f6639044c19f9c730c240322b338870f99 /security/bsdsfv
parentf8713982d0f4f99ca6db11fe442acaffd22872cc (diff)
downloadports-4392486eca575e41e35f1c0e70c5b46c6d2f412b.tar.gz
ports-4392486eca575e41e35f1c0e70c5b46c6d2f412b.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=343988
Diffstat (limited to 'security/bsdsfv')
-rw-r--r--security/bsdsfv/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/bsdsfv/Makefile b/security/bsdsfv/Makefile
index d52ff85134b1..da7649a9e0e0 100644
--- a/security/bsdsfv/Makefile
+++ b/security/bsdsfv/Makefile
@@ -21,10 +21,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|^\(INSTALL_PREFIX =\).*$$|\1 ${STAGEDIR}${PREFIX}|g' \
${WRKSRC}/Makefile
-.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>