aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-03-16 21:47:50 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-03-16 21:47:50 +0000
commitc1d95aab80a9551d7e7451ed91c8342ef63d180c (patch)
tree160c88fc7eaf076c5074f663eb9288c0a8dd1cc0 /cad
parent6e2ca19b4056765bbdcad096ab506094f41194ad (diff)
downloadports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.tar.gz
ports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.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.
Notes
Notes: svn path=/head/; revision=131439
Diffstat (limited to 'cad')
-rw-r--r--cad/oregano/Makefile2
-rw-r--r--cad/oregano/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
index dfb3c30d1334..8fca404b1ee1 100644
--- a/cad/oregano/Makefile
+++ b/cad/oregano/Makefile
@@ -7,7 +7,7 @@
PORTNAME= oregano
PORTVERSION= 0.40.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/56/
diff --git a/cad/oregano/pkg-plist b/cad/oregano/pkg-plist
index af10dae73359..fc59cef7012e 100644
--- a/cad/oregano/pkg-plist
+++ b/cad/oregano/pkg-plist
@@ -76,5 +76,5 @@ share/mime/text/oregano.xml
@dirrm share/gnome/help/oregano/es
@dirrm share/gnome/help/oregano/C
@dirrm share/gnome/help/oregano
-@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