svn commit: r461690 - head/benchmarks/stress-ng

Luca Pizzamiglio pizzamig at FreeBSD.org
Tue Feb 13 09:26:01 UTC 2018


Author: pizzamig
Date: Tue Feb 13 09:26:00 2018
New Revision: 461690
URL: https://svnweb.freebsd.org/changeset/ports/461690

Log:
  benchmarks/stress-ng: Fix 'make describe'
  
  PR:		225847
  Reported by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/benchmarks/stress-ng/Makefile

Modified: head/benchmarks/stress-ng/Makefile
==============================================================================
--- head/benchmarks/stress-ng/Makefile	Tue Feb 13 09:23:13 2018	(r461689)
+++ head/benchmarks/stress-ng/Makefile	Tue Feb 13 09:26:00 2018	(r461690)
@@ -18,7 +18,7 @@ ALL_TARGET=	# empty
 
 PLIST_FILES=	bin/stress-ng man/man1/stress-ng.1.gz
 
-.include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 && ${ARCH} == i386
 BROKEN=	undefined reference to '__atomic_fetch_add_8'
@@ -33,4 +33,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/stress-ng ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/stress-ng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list