aboutsummaryrefslogtreecommitdiff
path: root/games/briquolo
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/briquolo
parent1640537ad67a4e7c293de8c7bd81840e57ec6928 (diff)
downloadports-c84e1cd8e6ce90aad916148ab61808a44ca8f718.tar.gz
ports-c84e1cd8e6ce90aad916148ab61808a44ca8f718.zip
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/briquolo')
-rw-r--r--games/briquolo/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile
index 4115e2617ff5..0f10e760f6e1 100644
--- a/games/briquolo/Makefile
+++ b/games/briquolo/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: briquolo
-# Date created: 18 Nov 2003
-# Whom: Kirill Ponomarew <krion@FreeBSD.org>
-#
+# Created by: Kirill Ponomarew <krion@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= briquolo
PORTVERSION= 0.5.7
@@ -40,6 +36,7 @@ USES+= gettext
PLIST_SUB+= NLS=""
#.endif
+NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|g' \
-e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \