diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 21:14:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 21:14:04 +0800 |
commit | 74ebaf5b5189571fbbcdfee128247be5302e7e50 (patch) | |
tree | 1cc10274b95444868f11e5a388e354d25cec423e /astro/accrete | |
parent | e964013642b19dd5bf3323a2890eb277ff0b4160 (diff) | |
download | freebsd-ports-gnome-74ebaf5b5189571fbbcdfee128247be5302e7e50.tar.gz freebsd-ports-gnome-74ebaf5b5189571fbbcdfee128247be5302e7e50.tar.zst freebsd-ports-gnome-74ebaf5b5189571fbbcdfee128247be5302e7e50.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: astro)
Diffstat (limited to 'astro/accrete')
-rw-r--r-- | astro/accrete/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/astro/accrete/Makefile b/astro/accrete/Makefile index a4f78e8148d6..d5968612bb41 100644 --- a/astro/accrete/Makefile +++ b/astro/accrete/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: accrete -# Date created: 2003-6-2 -# Whom: chuck@pkix.net -# +# Created by: chuck@pkix.net # $FreeBSD$ PORTNAME= accrete @@ -12,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= chuck@pkix.net COMMENT= Accrete is a physical simulation of solar system planet formation +NO_STAGE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX=${PREFIX} \ CDEBUG="" COPT="" PLIST_FILES= bin/accrete |