diff options
author | mezz <mezz@FreeBSD.org> | 2005-03-17 05:47:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-03-17 05:47:50 +0800 |
commit | e3fff4369647efa9b82bf01b3f31b7beb787e9c0 (patch) | |
tree | 9a03ede6457526a00c0f7febc5cd9d3a12a123f7 /games | |
parent | 5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff) | |
download | freebsd-ports-graphics-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.gz freebsd-ports-graphics-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.zst freebsd-ports-graphics-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.zip |
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')
-rw-r--r-- | games/gnome-games/Makefile | 1 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 4 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 1 | ||||
-rw-r--r-- | games/gnomegames2/pkg-plist | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index b36d2def0e2..4cb01ac5095 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/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/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index 18e3c7765d7..5ce4853387f 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/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 diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index b36d2def0e2..4cb01ac5095 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 18e3c7765d7..5ce4853387f 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 |