diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-11 17:56:14 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-11 17:56:14 +0000 |
commit | 8ed19a676129bcd45cdeb515231df5c6e5ff87be (patch) | |
tree | 214272b020f4d2d95b3638d1f62d76fb9acede20 /games/gtkradiant | |
parent | 423c3e7dccd30f4c5a7746316ee18685d5047d93 (diff) | |
download | ports-8ed19a676129bcd45cdeb515231df5c6e5ff87be.tar.gz ports-8ed19a676129bcd45cdeb515231df5c6e5ff87be.zip |
- Fix wrapper script (wrong file name).
- Increment PORTREVISION.
Notes
Notes:
svn path=/head/; revision=167514
Diffstat (limited to 'games/gtkradiant')
-rw-r--r-- | games/gtkradiant/Makefile | 2 | ||||
-rw-r--r-- | games/gtkradiant/files/gtkradiant.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/gtkradiant/Makefile b/games/gtkradiant/Makefile index fb86b433dc8d..bfe71ca4d154 100644 --- a/games/gtkradiant/Makefile +++ b/games/gtkradiant/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkradiant PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|source/:id|} \ http://www.bsd-geek.de/FreeBSD/distfiles/:fb diff --git a/games/gtkradiant/files/gtkradiant.in b/games/gtkradiant/files/gtkradiant.in index 7bf14a84eb4d..4524884068f4 100644 --- a/games/gtkradiant/files/gtkradiant.in +++ b/games/gtkradiant/files/gtkradiant.in @@ -2,4 +2,4 @@ cd %%DATADIR%% || exit 1 -exec ./radiant.x86 "$@" +exec ./radiant.cpu "$@" |