aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-29 07:59:33 +0800
committermarcus <marcus@FreeBSD.org>2004-03-29 07:59:33 +0800
commita349d5fb621bf6f211c93dcfb0d574ac72fb076c (patch)
treeefd9ea1337ab8388f9c1365cc13626c57aed26ba
parentd2afe168a116f943ec30a27587af9137a43e0278 (diff)
downloadfreebsd-ports-gnome-a349d5fb621bf6f211c93dcfb0d574ac72fb076c.tar.gz
freebsd-ports-gnome-a349d5fb621bf6f211c93dcfb0d574ac72fb076c.tar.zst
freebsd-ports-gnome-a349d5fb621bf6f211c93dcfb0d574ac72fb076c.zip
Don't abort pkg-install if PACKAGE_BUILDING is defined.
-rw-r--r--games/gweled/Makefile2
-rw-r--r--games/gweled/pkg-install4
2 files changed, 1 insertions, 5 deletions
diff --git a/games/gweled/Makefile b/games/gweled/Makefile
index 70e601f29edc..fe5e9e6d8e55 100644
--- a/games/gweled/Makefile
+++ b/games/gweled/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gweled
PORTVERSION= 0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games gnome
MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/
diff --git a/games/gweled/pkg-install b/games/gweled/pkg-install
index 2519bdec7245..1f83654a3934 100644
--- a/games/gweled/pkg-install
+++ b/games/gweled/pkg-install
@@ -1,9 +1,5 @@
#!/bin/sh
-if [ -n "${PACKAGE_BUILDING}" ]; then
- exit 0
-fi
-
if [ "$2" = "POST-INSTALL" ]; then
mkdir -p ${PKG_PREFIX}/share/gnome/games
SCORES="gweled.easy.scores"