diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:25:12 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:25:12 +0000 |
commit | d03dc2b3ddb198a855e38f71991139274bdb5b36 (patch) | |
tree | dcca57c2f8ab2d8e5a997a976c81a676fc0e85cc /security/pure-sfv | |
parent | e8d931ea09f5f568eb11403f3149663188821600 (diff) | |
download | ports-d03dc2b3ddb198a855e38f71991139274bdb5b36.tar.gz ports-d03dc2b3ddb198a855e38f71991139274bdb5b36.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=343992
Diffstat (limited to 'security/pure-sfv')
-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> |