diff options
Diffstat (limited to 'games/tsito/Makefile')
-rw-r--r-- | games/tsito/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/tsito/Makefile b/games/tsito/Makefile index e3c8ef720465..6cb4745c6330 100644 --- a/games/tsito/Makefile +++ b/games/tsito/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tsito -# Date created: 14 Oct 2004 -# Whom: Kuang-che Wu <kcwu@csie.org> -# +# Created by: Kuang-che Wu <kcwu@csie.org> # $FreeBSD$ -# PORTNAME= tsito PORTVERSION= 0.8.4 @@ -19,4 +15,5 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" MAN1= tsito.1 +NO_STAGE= yes .include <bsd.port.mk> |