svn commit: r340336 - head/astro/accrete

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 19 18:44:41 UTC 2014


Author: bapt
Date: Sun Jan 19 18:44:40 2014
New Revision: 340336
URL: http://svnweb.freebsd.org/changeset/ports/340336
QAT: https://qat.redports.org/buildarchive/r340336/

Log:
  Support stage by cheating on PREFIX

Modified:
  head/astro/accrete/Makefile

Modified: head/astro/accrete/Makefile
==============================================================================
--- head/astro/accrete/Makefile	Sun Jan 19 18:42:54 2014	(r340335)
+++ head/astro/accrete/Makefile	Sun Jan 19 18:44:40 2014	(r340336)
@@ -9,8 +9,7 @@ MASTER_SITES=	SF
 MAINTAINER=	chuck at pkix.net
 COMMENT=	Accrete is a physical simulation of solar system planet formation
 
-NO_STAGE=	yes
-MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" PREFIX=${PREFIX} \
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" PREFIX=${STAGEDIR}${PREFIX} \
 		CDEBUG="" COPT=""
 PLIST_FILES=	bin/accrete
 


More information about the svn-ports-all mailing list