aboutsummaryrefslogtreecommitdiffstats
path: root/security/cksfv
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:59 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:59 +0800
commit64b8693fd27e57367a3983baea80e36d05bccf70 (patch)
tree3c8288cafd8037cec4c055c9b4baf1fabd83057b /security/cksfv
parente274bd8c97ef66345207e3fb4df930a5d1e363a0 (diff)
downloadfreebsd-ports-graphics-64b8693fd27e57367a3983baea80e36d05bccf70.tar.gz
freebsd-ports-graphics-64b8693fd27e57367a3983baea80e36d05bccf70.tar.zst
freebsd-ports-graphics-64b8693fd27e57367a3983baea80e36d05bccf70.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'security/cksfv')
-rw-r--r--security/cksfv/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile
index 4ce821c0851..afef8a1661b 100644
--- a/security/cksfv/Makefile
+++ b/security/cksfv/Makefile
@@ -28,12 +28,9 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>