Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 02:00:58 +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: r338745 - head/benchmarks/filebench
Message-ID:  <201401050200.s0520wDW018971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401050200.s0520wDW018971>