aboutsummaryrefslogtreecommitdiffstats
path: root/security/bsdsfv
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:55 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:55 +0800
commite274bd8c97ef66345207e3fb4df930a5d1e363a0 (patch)
tree306c34f6639044c19f9c730c240322b338870f99 /security/bsdsfv
parent540a2b502160512c1867847e36560ba35d644a5b (diff)
downloadfreebsd-ports-gnome-e274bd8c97ef66345207e3fb4df930a5d1e363a0.tar.gz
freebsd-ports-gnome-e274bd8c97ef66345207e3fb4df930a5d1e363a0.tar.zst
freebsd-ports-gnome-e274bd8c97ef66345207e3fb4df930a5d1e363a0.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
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>