diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:55 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:55 +0800 |
commit | e274bd8c97ef66345207e3fb4df930a5d1e363a0 (patch) | |
tree | 306c34f6639044c19f9c730c240322b338870f99 /security/bsdsfv | |
parent | 540a2b502160512c1867847e36560ba35d644a5b (diff) | |
download | freebsd-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/Makefile | 2 |
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> |