Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 10:21:19 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345062 - head/devel/shflags
Message-ID:  <201402191021.s1JALJ6n073900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 19 10:21:18 2014
New Revision: 345062
URL: http://svnweb.freebsd.org/changeset/ports/345062
QAT: https://qat.redports.org/buildarchive/r345062/

Log:
  Support staging

Modified:
  head/devel/shflags/Makefile

Modified: head/devel/shflags/Makefile
==============================================================================
--- head/devel/shflags/Makefile	Wed Feb 19 10:20:08 2014	(r345061)
+++ head/devel/shflags/Makefile	Wed Feb 19 10:21:18 2014	(r345062)
@@ -13,8 +13,7 @@ COMMENT=	Command-line flags module for U
 NO_BUILD=	yes
 PLIST_FILES=	lib/shflags
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/src/shflags ${PREFIX}/lib
+	${INSTALL_DATA} ${WRKSRC}/src/shflags ${STAGEDIR}${PREFIX}/lib
 
 .include <bsd.port.mk>



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