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 /science/gchempaint | |
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 'science/gchempaint')
-rw-r--r-- | science/gchempaint/Makefile | 2 | ||||
-rw-r--r-- | science/gchempaint/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index 5fa1f32..d0c15ad 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -6,7 +6,7 @@ PORTNAME= gchempaint PORTVERSION= 0.4.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/science/gchempaint/pkg-plist b/science/gchempaint/pkg-plist index d7e921f..70bd9cf 100644 --- a/science/gchempaint/pkg-plist +++ b/science/gchempaint/pkg-plist @@ -69,5 +69,5 @@ share/mime/packages/gchempaint.xml @dirrm share/gnome/help/gchempaint/C @dirrm share/gnome/help/gchempaint @dirrm share/gnome/omf/gchempaint -@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 |