svn commit: r343959 - head/archivers/gzrecover

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:22:53 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:22:53 2014
New Revision: 343959
URL: http://svnweb.freebsd.org/changeset/ports/343959
QAT: https://qat.redports.org/buildarchive/r343959/

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

Modified:
  head/archivers/gzrecover/Makefile

Modified: head/archivers/gzrecover/Makefile
==============================================================================
--- head/archivers/gzrecover/Makefile	Wed Feb 12 19:22:48 2014	(r343958)
+++ head/archivers/gzrecover/Makefile	Wed Feb 12 19:22:53 2014	(r343959)
@@ -23,13 +23,11 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 do-build:
-	${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c
+	${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}/${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list