diff options
author | mezz <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
commit | e3fff4369647efa9b82bf01b3f31b7beb787e9c0 (patch) | |
tree | 9a03ede6457526a00c0f7febc5cd9d3a12a123f7 /games/gnomegames2 | |
parent | 5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff) | |
download | FreeBSD-ports-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.zip FreeBSD-ports-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.gz |
Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
Diffstat (limited to 'games/gnomegames2')
-rw-r--r-- | games/gnomegames2/Makefile | 1 | ||||
-rw-r--r-- | games/gnomegames2/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index b36d2de..4cb01ac 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.10 diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 18e3c77..5ce4853 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -37,7 +37,7 @@ share/gnome/applications/iagno.desktop share/gnome/applications/mahjongg.desktop share/gnome/applications/same-gnome.desktop share/gnome/applications/sol.desktop -@exec update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true share/gnome/blackjack/Ameristar.rules share/gnome/blackjack/Atlantic_City.rules share/gnome/blackjack/Vegas_Downtown.rules @@ -793,4 +793,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/blackjack @dirrm lib/gnome-stones/objects @dirrm lib/gnome-stones -@unexec update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |