aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-19 18:22:33 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-19 18:22:33 +0800
commitc20b96570a17a5007575d42acfdba892cd2b0dd6 (patch)
treeda6fb2868a2a3d39990586f3a23594119b37d42f /devel
parente8f68f8d3f92d8e83641c564c79f1bf5e5420219 (diff)
downloadfreebsd-ports-graphics-c20b96570a17a5007575d42acfdba892cd2b0dd6.tar.gz
freebsd-ports-graphics-c20b96570a17a5007575d42acfdba892cd2b0dd6.tar.zst
freebsd-ports-graphics-c20b96570a17a5007575d42acfdba892cd2b0dd6.zip
Support staging
Diffstat (limited to 'devel')
-rw-r--r--devel/sigslot/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.port.mk>