svn commit: r346521 - head/games/asciiquarium

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 14:16:16 UTC 2014


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>


More information about the svn-ports-all mailing list