diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-01 17:43:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-01 17:43:15 +0800 |
commit | d2dea494b34c6d6bfe604d3dcf4c8683ecc6ef7a (patch) | |
tree | 5d02eea32b0df10141a1d5cc1f050fc5239c287f /net-im | |
parent | 3a36906de3928c1b93635427f2a20f85dfda6c5b (diff) | |
download | freebsd-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/Makefile | 3 |
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> |