1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Use correct version of love binary

This commit is contained in:
Dmitry Marakasov 2012-04-23 22:20:12 +00:00
parent 7bf3b1cdcb
commit a9ef118068
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295350
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
#!/bin/sh
exec %%LOCALBASE%%/bin/love %%DATADIR%%/GunFuDeadlands.zip "$@"
exec %%LOCALBASE%%/bin/love07 %%DATADIR%%/GunFuDeadlands.zip "$@"