aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 15:11:40 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 15:11:40 +0000
commit3484c276180e9001d2fec00011e23d923b72839d (patch)
tree507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /net-im
parent12a350e5480603e02b9d3281c6b90d9967b1cc9a (diff)
downloadports-3484c276180e9001d2fec00011e23d923b72839d.tar.gz
ports-3484c276180e9001d2fec00011e23d923b72839d.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331494
Diffstat (limited to 'net-im')
-rw-r--r--net-im/bsflite/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net-im/bsflite/Makefile b/net-im/bsflite/Makefile
index 955db4e3f73f..4755a435ad88 100644
--- a/net-im/bsflite/Makefile
+++ b/net-im/bsflite/Makefile
@@ -15,7 +15,6 @@ PORTDOCS= COPYING ChangeLog README
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -24,14 +23,14 @@ post-patch:
${WRKSRC}/imcomm/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bsflite ${PREFIX}/bin
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/config-example ${EXAMPLESDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/bsflite ${STAGEDIR}${PREFIX}/bin
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/config-example ${STAGEDIR}${EXAMPLESDIR}
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif