diff options
Diffstat (limited to 'astro/accrete/Makefile')
-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 |