diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:36:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:36:33 +0800 |
commit | 9ec8b69eee25166c3ea4802cd4645914c641361b (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/eights | |
parent | e31d5a7af6dec17c7b8f10c2f6b7d72cb6193265 (diff) | |
download | freebsd-ports-gnome-9ec8b69eee25166c3ea4802cd4645914c641361b.tar.gz freebsd-ports-gnome-9ec8b69eee25166c3ea4802cd4645914c641361b.tar.zst freebsd-ports-gnome-9ec8b69eee25166c3ea4802cd4645914c641361b.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: games)
Diffstat (limited to 'games/eights')
-rw-r--r-- | games/eights/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/eights/Makefile b/games/eights/Makefile index 3fb671271c57..5d18d4f42477 100644 --- a/games/eights/Makefile +++ b/games/eights/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eights -# Date created: 21 Febuary 2002 -# Whom: Bob Bomar <bob@fly.homeunix.org> -# +# Created by: Bob Bomar <bob@fly.homeunix.org> # $FreeBSD$ -# PORTNAME= eights PORTVERSION= 1.0 @@ -17,6 +13,7 @@ COMMENT= Text based card game, the objective is to get rid of all your cards NO_WRKSUBDIR= yes PLIST_FILES= bin/eights +NO_STAGE= yes do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} |