Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 15:18:16 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350723 - head/emulators/gbe
Message-ID:  <201404091518.s39FIG8I093131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Apr  9 15:18:16 2014
New Revision: 350723
URL: http://svnweb.freebsd.org/changeset/ports/350723
QAT: https://qat.redports.org/buildarchive/r350723/

Log:
  Add staging support

Modified:
  head/emulators/gbe/Makefile

Modified: head/emulators/gbe/Makefile
==============================================================================
--- head/emulators/gbe/Makefile	Wed Apr  9 15:15:50 2014	(r350722)
+++ head/emulators/gbe/Makefile	Wed Apr  9 15:18:16 2014	(r350723)
@@ -20,8 +20,7 @@ PLIST_FILES=	bin/gbe
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/gbe ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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