From fd59dfeaaa253f50d44b2e29cc0f47a0625eaaea Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 12 Feb 2014 19:23:05 +0000 Subject: [PATCH] Now that this port is staged and DOCS defined we can stop testing for DOCS in any install target. --- archivers/unzip/Makefile | 2 -- 1 file changed, 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