svn commit: r338745 - head/benchmarks/filebench

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 02:00:59 UTC 2014


Author: bapt
Date: Sun Jan  5 02:00:58 2014
New Revision: 338745
URL: http://svnweb.freebsd.org/changeset/ports/338745

Log:
  Support stage

Modified:
  head/benchmarks/filebench/Makefile

Modified: head/benchmarks/filebench/Makefile
==============================================================================
--- head/benchmarks/filebench/Makefile	Sun Jan  5 02:00:17 2014	(r338744)
+++ head/benchmarks/filebench/Makefile	Sun Jan  5 02:00:58 2014	(r338745)
@@ -15,11 +15,4 @@ ONLY_FOR_ARCHS=	amd64 i386 ia64 ppc
 GNU_CONFIGURE=	yes
 LICENSE=	CDDL
 
-NO_STAGE=	yes
-do-install:
-	( cd ${WRKSRC} && make install-binPROGRAMS )
-.if !defined(NOPORTDATA)
-	(cd ${WRKSRC} && make install-data )
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list