From c20b96570a17a5007575d42acfdba892cd2b0dd6 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Wed, 19 Feb 2014 10:22:33 +0000 Subject: Support staging --- devel/sigslot/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/sigslot/Makefile b/devel/sigslot/Makefile index 2aabf799658..4a91e04591e 100644 --- a/devel/sigslot/Makefile +++ b/devel/sigslot/Makefile @@ -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 -- cgit