Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 15:31:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328580 - head/astro/gpsprune
Message-ID:  <201309281531.r8SFVIEt052827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Sep 28 15:31:18 2013
New Revision: 328580
URL: http://svnweb.freebsd.org/changeset/ports/328580

Log:
  - Support staging

Modified:
  head/astro/gpsprune/Makefile

Modified: head/astro/gpsprune/Makefile
==============================================================================
--- head/astro/gpsprune/Makefile	Sat Sep 28 15:30:08 2013	(r328579)
+++ head/astro/gpsprune/Makefile	Sat Sep 28 15:31:18 2013	(r328580)
@@ -16,7 +16,6 @@ COMMENT=	Application for viewing, editin
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 
@@ -35,8 +34,8 @@ RUN_DEPENDS+=	java3d>=1.5.2:${PORTSDIR}/
 .endif
 
 do-install:
-	${MKDIR} ${JAVAJARDIR}/
-	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${JAVAJARDIR}/
-	${INSTALL_SCRIPT} ${WRKDIR}/gpsprune.sh ${PREFIX}/bin/gpsprune
+	${MKDIR} ${STAGEDIR}${JAVAJARDIR}/
+	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${JAVAJARDIR}/
+	${INSTALL_SCRIPT} ${WRKDIR}/gpsprune.sh ${STAGEDIR}${PREFIX}/bin/gpsprune
 
 .include <bsd.port.mk>



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