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 /comms/xlog | |
parent | 5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff) | |
download | freebsd-ports-gnome-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.gz freebsd-ports-gnome-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.zst freebsd-ports-gnome-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 'comms/xlog')
-rw-r--r-- | comms/xlog/Makefile | 2 | ||||
-rw-r--r-- | comms/xlog/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index e9366df9623d..001da61449e9 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -6,7 +6,7 @@ PORTNAME= xlog PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \ http://www.qsl.net/pg4i/download/ diff --git a/comms/xlog/pkg-plist b/comms/xlog/pkg-plist index e539c6265847..52222b143246 100644 --- a/comms/xlog/pkg-plist +++ b/comms/xlog/pkg-plist @@ -42,8 +42,8 @@ share/xlog/qsllabels.glabels @dirrm share/xlog/dxcc @dirrm share/xlog @dirrm share/pixmaps/xlog -@exec update-mime-database %D/share/mime -@unexec update-mime-database %D/share/mime +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec rmdir %D/share/applications 2> /dev/null || true @unexec rmdir %D/share/applnk/Applications 2> /dev/null || true @unexec rmdir %D/share/applnk 2> /dev/null || true |