svn commit: r328094 - head/sysutils/dmidecode

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 24 05:56:54 UTC 2013


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
 


More information about the svn-ports-all mailing list