aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-10-24 23:11:40 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-10-24 23:11:40 +0800
commit646e34d0f731d9d664f2653567981f9a3661f058 (patch)
tree507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /net-im
parent657e94aff744f4f977d719d350d2d10fbb9fd42b (diff)
downloadfreebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.tar.gz
freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.tar.zst
freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.zip
Support staging.
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