diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
commit | c1d95aab80a9551d7e7451ed91c8342ef63d180c (patch) | |
tree | 160c88fc7eaf076c5074f663eb9288c0a8dd1cc0 /audio/beast | |
parent | 6e2ca19b4056765bbdcad096ab506094f41194ad (diff) |
Notes
Diffstat (limited to 'audio/beast')
-rw-r--r-- | audio/beast/Makefile | 2 | ||||
-rw-r--r-- | audio/beast/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index d034d2e8b503..77e59c863cab 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -7,7 +7,7 @@ PORTNAME= beast PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.6/ \ http://beast.gtk.org/beast-ftp/v0.6/ diff --git a/audio/beast/pkg-plist b/audio/beast/pkg-plist index e8fa577b07d2..48e8c3e10111 100644 --- a/audio/beast/pkg-plist +++ b/audio/beast/pkg-plist @@ -294,5 +294,5 @@ share/mime/packages/beast.xml @dirrm share/gnome/bse/v0.6.4/scripts @dirrm share/gnome/bse/v0.6.4 @dirrm share/gnome/bse -@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 |