aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-06-01 17:43:15 +0800
committermiwi <miwi@FreeBSD.org>2014-06-01 17:43:15 +0800
commitd2dea494b34c6d6bfe604d3dcf4c8683ecc6ef7a (patch)
tree5d02eea32b0df10141a1d5cc1f050fc5239c287f /net-im
parent3a36906de3928c1b93635427f2a20f85dfda6c5b (diff)
downloadfreebsd-ports-gnome-d2dea494b34c6d6bfe604d3dcf4c8683ecc6ef7a.tar.gz
freebsd-ports-gnome-d2dea494b34c6d6bfe604d3dcf4c8683ecc6ef7a.tar.zst
freebsd-ports-gnome-d2dea494b34c6d6bfe604d3dcf4c8683ecc6ef7a.zip
- Stage support
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ttytter/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/ttytter/Makefile b/net-im/ttytter/Makefile
index 1cdb7f1149d7..8847f4cd4f79 100644
--- a/net-im/ttytter/Makefile
+++ b/net-im/ttytter/Makefile
@@ -31,7 +31,6 @@ RLTTYTTER_DESC= Use T::R::TTYtter readline driver (beta!)
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MREADLINE}
@@ -51,6 +50,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|^\#!/usr/bin/perl|\#!${PERL}|' ${WRKSRC}/${PORTVERSION}.txt
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTVERSION}.txt ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTVERSION}.txt ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>