diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-04-24 06:20:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-04-24 06:20:12 +0800 |
commit | dae4b8bfa15799b136b2853e3ab2fd8ef95d537f (patch) | |
tree | 6999483f563b180399b858fd63a32801c066eb47 /games | |
parent | a5cafbfd6d154d8d5db163368e9e394f0e1ed88b (diff) | |
download | freebsd-ports-gnome-dae4b8bfa15799b136b2853e3ab2fd8ef95d537f.tar.gz freebsd-ports-gnome-dae4b8bfa15799b136b2853e3ab2fd8ef95d537f.tar.zst freebsd-ports-gnome-dae4b8bfa15799b136b2853e3ab2fd8ef95d537f.zip |
- Use correct version of love binary
Diffstat (limited to 'games')
-rw-r--r-- | games/gunfudeadlands/Makefile | 2 | ||||
-rw-r--r-- | games/gunfudeadlands/files/gunfudeadlands.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/gunfudeadlands/Makefile b/games/gunfudeadlands/Makefile index ae2c64f6a07f..5af6db50d45d 100644 --- a/games/gunfudeadlands/Makefile +++ b/games/gunfudeadlands/Makefile @@ -7,7 +7,7 @@ PORTNAME= gunfudeadlands PORTVERSION= 1.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/GunFu%20Deadlands%20${PORTVERSION}/ DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src diff --git a/games/gunfudeadlands/files/gunfudeadlands.in b/games/gunfudeadlands/files/gunfudeadlands.in index ac5779fc047a..19236b8e10ad 100644 --- a/games/gunfudeadlands/files/gunfudeadlands.in +++ b/games/gunfudeadlands/files/gunfudeadlands.in @@ -1,3 +1,3 @@ #!/bin/sh -exec %%LOCALBASE%%/bin/love %%DATADIR%%/GunFuDeadlands.zip "$@" +exec %%LOCALBASE%%/bin/love07 %%DATADIR%%/GunFuDeadlands.zip "$@" |