From c73d867c23ac24313613fd046b781349b6088e68 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 1 Jun 2014 09:43:15 +0000 Subject: [PATCH] - Stage support --- net-im/ttytter/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 .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