svn commit: r343962 - head/archivers/unzip

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:23:07 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:23:05 2014
New Revision: 343962
URL: http://svnweb.freebsd.org/changeset/ports/343962
QAT: https://qat.redports.org/buildarchive/r343962/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/archivers/unzip/Makefile

Modified: head/archivers/unzip/Makefile
==============================================================================
--- head/archivers/unzip/Makefile	Wed Feb 12 19:23:01 2014	(r343961)
+++ head/archivers/unzip/Makefile	Wed Feb 12 19:23:05 2014	(r343962)
@@ -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>


More information about the svn-ports-all mailing list