svn commit: r345063 - head/devel/sigslot

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 10:22:34 UTC 2014


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>


More information about the svn-ports-all mailing list