svn commit: r346820 - head/astro/weatherspect

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 2 22:09:29 UTC 2014


Author: bapt
Date: Sun Mar  2 22:09:28 2014
New Revision: 346820
URL: http://svnweb.freebsd.org/changeset/ports/346820
QAT: https://qat.redports.org/buildarchive/r346820/

Log:
  Support stage

Modified:
  head/astro/weatherspect/Makefile

Modified: head/astro/weatherspect/Makefile
==============================================================================
--- head/astro/weatherspect/Makefile	Sun Mar  2 22:05:42 2014	(r346819)
+++ head/astro/weatherspect/Makefile	Sun Mar  2 22:09:28 2014	(r346820)
@@ -19,12 +19,11 @@ RUN_DEPENDS=	p5-Term-Animation>=0:${PORT
 
 PORTSCOUT=	skipv:1.31	# Wrong versioning upstream
 
-NO_STAGE=	yes
 NO_BUILD=	yes
 USES=		perl5
 PLIST_FILES=	bin/weatherspect
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list