Date: Wed, 12 Feb 2014 19:25:47 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344000 - head/sysutils/magicrescue Message-ID: <201402121925.s1CJPlxZ048441@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 12 19:25:46 2014 New Revision: 344000 URL: http://svnweb.freebsd.org/changeset/ports/344000 QAT: https://qat.redports.org/buildarchive/r344000/ Log: Now that this port is staged and DOCS defined we can stop testing for DOCS in any install target. Modified: head/sysutils/magicrescue/Makefile Modified: head/sysutils/magicrescue/Makefile ============================================================================== --- head/sysutils/magicrescue/Makefile Wed Feb 12 19:25:42 2014 (r343999) +++ head/sysutils/magicrescue/Makefile Wed Feb 12 19:25:46 2014 (r344000) @@ -25,12 +25,10 @@ MAKE_ENV+= STAGEDIR=${STAGEDIR} .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in NEWS README ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121925.s1CJPlxZ048441>