svn commit: r356079 - head/net-im/ttytter
Martin Wilke
miwi at FreeBSD.org
Sun Jun 1 09:43:15 UTC 2014
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>
More information about the svn-ports-all
mailing list