Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 14:16:15 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346521 - head/games/asciiquarium
Message-ID:  <201402281416.s1SEGFhF016584@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb 28 14:16:15 2014
New Revision: 346521
URL: http://svnweb.freebsd.org/changeset/ports/346521
QAT: https://qat.redports.org/buildarchive/r346521/

Log:
  Support staging

Modified:
  head/games/asciiquarium/Makefile

Modified: head/games/asciiquarium/Makefile
==============================================================================
--- head/games/asciiquarium/Makefile	Fri Feb 28 14:12:46 2014	(r346520)
+++ head/games/asciiquarium/Makefile	Fri Feb 28 14:16:15 2014	(r346521)
@@ -12,13 +12,15 @@ COMMENT=	aquarium/sea animation in ASCII
 
 RUN_DEPENDS=	p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
-NO_BUILD=	yes
 USES=		perl5
+NO_BUILD=	yes
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
+
 PLIST_FILES=	bin/asciiquarium
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
+		${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?201402281416.s1SEGFhF016584>