aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unzip
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:05 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:05 +0800
commitde4bc405de88072318835f2a497a47afc3664a49 (patch)
treeb01555bd54def47bfc4f5b6943d12c2ce9b297fd /archivers/unzip
parent564133f3c6b223bebf1aa8baa6ee4f420216984b (diff)
downloadfreebsd-ports-gnome-de4bc405de88072318835f2a497a47afc3664a49.tar.gz
freebsd-ports-gnome-de4bc405de88072318835f2a497a47afc3664a49.tar.zst
freebsd-ports-gnome-de4bc405de88072318835f2a497a47afc3664a49.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
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>