aboutsummaryrefslogtreecommitdiff
path: root/net-im/ttytter/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-06-01 09:43:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-06-01 09:43:15 +0000
commitc73d867c23ac24313613fd046b781349b6088e68 (patch)
tree5d02eea32b0df10141a1d5cc1f050fc5239c287f /net-im/ttytter/Makefile
parentbb62405ba1cb1eb1febdbbdbe82f5ef19829cf31 (diff)
downloadports-c73d867c23ac24313613fd046b781349b6088e68.tar.gz
ports-c73d867c23ac24313613fd046b781349b6088e68.zip
Notes
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>