summaryrefslogtreecommitdiff
path: root/games/tsito
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:36:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:36:33 +0000
commitc84e1cd8e6ce90aad916148ab61808a44ca8f718 (patch)
treeb6591847c5cfe81fd7ab910e45c88530d0741e7c /games/tsito
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: games)
Notes
Notes: svn path=/head/; revision=327730
Diffstat (limited to 'games/tsito')
-rw-r--r--games/tsito/Makefile7
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>