aboutsummaryrefslogtreecommitdiff
path: root/security/pure-sfv
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:12 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:12 +0000
commitd03dc2b3ddb198a855e38f71991139274bdb5b36 (patch)
treedcca57c2f8ab2d8e5a997a976c81a676fc0e85cc /security/pure-sfv
parente8d931ea09f5f568eb11403f3149663188821600 (diff)
downloadports-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/Makefile3
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>