diff options
Diffstat (limited to 'games/nil/Makefile')
-rw-r--r-- | games/nil/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/nil/Makefile b/games/nil/Makefile index 813c2c7ef452..2cd0393a4670 100644 --- a/games/nil/Makefile +++ b/games/nil/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nil -# Date created: 28 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nil DISTVERSION= 20050603-1400 @@ -25,6 +21,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT=OPTIMIZED_CFLAGS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "ia64" |