diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:14:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:14:04 +0000 |
commit | 701daf1eabe3254ca8587ce22ec8222e36b790ca (patch) | |
tree | 1cc10274b95444868f11e5a388e354d25cec423e /astro/stars | |
parent | e044f7f73ca5dce1b5677018c61f1d059bb3ac9c (diff) | |
download | ports-701daf1eabe3254ca8587ce22ec8222e36b790ca.tar.gz ports-701daf1eabe3254ca8587ce22ec8222e36b790ca.zip |
Notes
Diffstat (limited to 'astro/stars')
-rw-r--r-- | astro/stars/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/astro/stars/Makefile b/astro/stars/Makefile index f9af6f92913d..c2a51e5ad19c 100644 --- a/astro/stars/Makefile +++ b/astro/stars/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stars-1.0 -# Date created: 10 Jul 1996 -# Whom: searle -# +# Created by: searle # $FreeBSD$ -# PORTNAME= stars PORTVERSION= 1.0 @@ -18,6 +14,7 @@ COMMENT= Star field demo PLIST_FILES= bin/stars WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XORG= x11 +NO_STAGE= yes do-build: @${CC} -I${PREFIX}/include ${CFLAGS} -c ${WRKSRC}/xwin.c -o ${WRKSRC}/xwin.o |