aboutsummaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:23:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:23:05 +0000
commitfd59dfeaaa253f50d44b2e29cc0f47a0625eaaea (patch)
treeb01555bd54def47bfc4f5b6943d12c2ce9b297fd /archivers/unzip
parentfe01bed61ec2171a569b4eccda813e631c8ece89 (diff)
downloadports-fd59dfeaaa253f50d44b2e29cc0f47a0625eaaea.tar.gz
ports-fd59dfeaaa253f50d44b2e29cc0f47a0625eaaea.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=343962
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index ba9d9f49dae8..6257de9df212 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -99,11 +99,9 @@ do-install:
.for f in ${MANPAGES:Nunzip.1:Ninfo-unzip.1}
${INSTALL_MAN} ${WRKSRC}/man/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1
.endfor
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.post.mk>