Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 10:22:33 +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: r345063 - head/devel/sigslot
Message-ID:  <201402191022.s1JAMX1h074141@svn.freebsd.org>

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

Log:
  Support staging

Modified:
  head/devel/sigslot/Makefile

Modified: head/devel/sigslot/Makefile
==============================================================================
--- head/devel/sigslot/Makefile	Wed Feb 19 10:21:18 2014	(r345062)
+++ head/devel/sigslot/Makefile	Wed Feb 19 10:22:33 2014	(r345063)
@@ -14,12 +14,11 @@ PLIST_FILES=	include/sigslot.h
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 post-patch:
 	@(cd ${WRKSRC} ; ${MV} -f sigslot.h sigslot.h.orig ; \
 		${CAT} sigslot.h.orig | /usr/bin/col -b > sigslot.h)
 
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/sigslot.h ${PREFIX}/include
+	${INSTALL_DATA} ${WRKSRC}/sigslot.h ${STAGEDIR}${PREFIX}/include
 
 .include <bsd.port.mk>



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