Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 21:12:31 +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: r336117 - head/devel/calibrator
Message-ID:  <201312102112.rBALCVGA023926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Dec 10 21:12:30 2013
New Revision: 336117
URL: http://svnweb.freebsd.org/changeset/ports/336117

Log:
  Support stage

Modified:
  head/devel/calibrator/Makefile

Modified: head/devel/calibrator/Makefile
==============================================================================
--- head/devel/calibrator/Makefile	Tue Dec 10 21:11:45 2013	(r336116)
+++ head/devel/calibrator/Makefile	Tue Dec 10 21:12:30 2013	(r336117)
@@ -14,12 +14,11 @@ COMMENT=		Cache Profiling Tool
 NO_WRKSUBDIR=		yes
 PLIST_FILES=		bin/calibrator
 
-NO_STAGE=	yes
 do-extract:
 	${MKDIR} ${WRKSRC}
 	${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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