Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2014 09:43:15 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356079 - head/net-im/ttytter
Message-ID:  <201406010943.s519hFpK064907@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jun  1 09:43:15 2014
New Revision: 356079
URL: http://svnweb.freebsd.org/changeset/ports/356079
QAT: https://qat.redports.org/buildarchive/r356079/

Log:
  - Stage support

Modified:
  head/net-im/ttytter/Makefile

Modified: head/net-im/ttytter/Makefile
==============================================================================
--- head/net-im/ttytter/Makefile	Sun Jun  1 09:42:59 2014	(r356078)
+++ head/net-im/ttytter/Makefile	Sun Jun  1 09:43:15 2014	(r356079)
@@ -31,7 +31,6 @@ RLTTYTTER_DESC=	Use T::R::TTYtter readli
 
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010943.s519hFpK064907>