diff options
Diffstat (limited to 'games/dsnake/Makefile')
-rw-r--r-- | games/dsnake/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/dsnake/Makefile b/games/dsnake/Makefile index ae57748..2b1b778 100644 --- a/games/dsnake/Makefile +++ b/games/dsnake/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dsnake -# Date created: 18 Nov 2003 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# +# Created by: Pav Lucistnik <pav@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dsnake PORTVERSION= 3.0.0 @@ -27,6 +23,7 @@ SUB_LIST= CONFIG_FILES="config.dat hiscores.dat stats.dat" PORTDOCS= * +NO_STAGE= yes do-build: ${BRANDELF} -t Linux ${WRKSRC}/dsnake |