diff options
Diffstat (limited to 'games/nibbles/Makefile')
-rw-r--r-- | games/nibbles/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/nibbles/Makefile b/games/nibbles/Makefile index fd44ea805b63..eedba4e115e4 100644 --- a/games/nibbles/Makefile +++ b/games/nibbles/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: nibbles -# Date created: Tue Jul 15, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= nibbles PORTVERSION= 1.2 @@ -19,6 +14,7 @@ CFLAGS+= -Wall DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} +NO_STAGE= yes do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -c -o main.o main.c) (cd ${WRKSRC} && ${CC} ${CFLAGS} -c -o misc.o misc.c) |