aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-10-22 22:51:40 +0000
committerRenato Botelho <garga@FreeBSD.org>2013-10-22 22:51:40 +0000
commit9d9ab8547a1b1b4178065de332f39fb352d3f927 (patch)
treeaab906ce6f1f9f2f964dcfdc3bd75d8bef1fc744 /net-im
parent82f687a2cea47635eeed24ed56873bbd12d81dc4 (diff)
downloadports-9d9ab8547a1b1b4178065de332f39fb352d3f927.tar.gz
ports-9d9ab8547a1b1b4178065de332f39fb352d3f927.zip
Support staging
Notes
Notes: svn path=/head/; revision=331338
Diffstat (limited to 'net-im')
-rw-r--r--net-im/twirssi/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/twirssi/Makefile b/net-im/twirssi/Makefile
index eaa165825563..a4f48f349638 100644
--- a/net-im/twirssi/Makefile
+++ b/net-im/twirssi/Makefile
@@ -20,7 +20,6 @@ OPTIONS_DEFAULT=PROD
PROD_DESC= Use production irc/irssi port
DEVEL_DESC= Use development irc/irssi-devel port
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MPROD}
@@ -43,8 +42,7 @@ post-extract:
${WRKSRC}/${PORTNAME}.pl
do-install:
- @${MKDIR} ${DATADIR}
- @${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${DATADIR}
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ @${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${DATADIR}
.include <bsd.port.post.mk>