diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:25:12 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:25:12 +0800 |
commit | cf4bd021e926b4c756cf074f9b119b62951d727d (patch) | |
tree | dcca57c2f8ab2d8e5a997a976c81a676fc0e85cc /security | |
parent | 8562298fb50571edac7fa1c86f31451b70e426ff (diff) | |
download | freebsd-ports-gnome-cf4bd021e926b4c756cf074f9b119b62951d727d.tar.gz freebsd-ports-gnome-cf4bd021e926b4c756cf074f9b119b62951d727d.tar.zst freebsd-ports-gnome-cf4bd021e926b4c756cf074f9b119b62951d727d.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'security')
-rw-r--r-- | security/pure-sfv/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/pure-sfv/Makefile b/security/pure-sfv/Makefile index d8c972c50ee6..2704ffe0924f 100644 --- a/security/pure-sfv/Makefile +++ b/security/pure-sfv/Makefile @@ -29,10 +29,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |