Date: Tue, 24 Sep 2013 05:56:54 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328094 - head/sysutils/dmidecode Message-ID: <201309240556.r8O5ustf053161@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 24 05:56:53 2013 New Revision: 328094 URL: http://svnweb.freebsd.org/changeset/ports/328094 Log: Properly set NO_STAGE Modified: head/sysutils/dmidecode/Makefile Modified: head/sysutils/dmidecode/Makefile ============================================================================== --- head/sysutils/dmidecode/Makefile Tue Sep 24 05:46:11 2013 (r328093) +++ head/sysutils/dmidecode/Makefile Tue Sep 24 05:56:53 2013 (r328094) @@ -17,8 +17,9 @@ USE_BZIP2= yes MAKE_ENV+= DOCSDIR="${DOCSDIR}" LICENSE= GPLv2 -.if defined(NOPORTDOCS) NO_STAGE= yes + +.if defined(NOPORTDOCS) post-patch: @${REINPLACE_CMD} -e '/^install.*:/s,install-doc,,' ${WRKSRC}/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309240556.r8O5ustf053161>