aboutsummaryrefslogtreecommitdiff
path: root/net-im/ttytter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ttytter/Makefile')
-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>