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:
parent
7bf3b1cdcb
commit
a9ef118068
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295350
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec %%LOCALBASE%%/bin/love %%DATADIR%%/GunFuDeadlands.zip "$@"
|
||||
exec %%LOCALBASE%%/bin/love07 %%DATADIR%%/GunFuDeadlands.zip "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user