Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 22:09:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346820 - head/astro/weatherspect
Message-ID:  <201403022209.s22M9SSU095795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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