diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-28 23:59:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-28 23:59:33 +0000 |
commit | 7e0571b3cfe3511d98c128389fbbf701c2c10f20 (patch) | |
tree | 1f2aa43931f8819dbca56e42deeb80b4a44ce738 /games/gweled | |
parent | b9b48b74f4368abd6f6deedfb25857fc6e4c0dfe (diff) | |
download | ports-7e0571b3cfe3511d98c128389fbbf701c2c10f20.tar.gz ports-7e0571b3cfe3511d98c128389fbbf701c2c10f20.zip |
Notes
Diffstat (limited to 'games/gweled')
-rw-r--r-- | games/gweled/Makefile | 2 | ||||
-rw-r--r-- | games/gweled/pkg-install | 4 |
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" |