diff options
author | bland <bland@FreeBSD.org> | 2004-03-26 19:33:15 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-03-26 19:33:15 +0800 |
commit | c30686b0b149f474475d385a21c5997597c0fa2a (patch) | |
tree | 73d1e69dc5a1ec738198172c91ace004614d174e /audio | |
parent | 399fec16d7bbde0dd5569d4336fca45647fcc05b (diff) | |
download | freebsd-ports-gnome-c30686b0b149f474475d385a21c5997597c0fa2a.tar.gz freebsd-ports-gnome-c30686b0b149f474475d385a21c5997597c0fa2a.tar.zst freebsd-ports-gnome-c30686b0b149f474475d385a21c5997597c0fa2a.zip |
Fix plist entries.
Reported by: adamw
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sound-juicer/Makefile | 2 | ||||
-rw-r--r-- | audio/sound-juicer/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 6e77aa98f2ac..5b263186e185 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -7,7 +7,7 @@ PORTNAME= sound-juicer PORTVERSION= 0.5.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= http://www.burtonini.com/computing/ DIST_SUBDIR= gnome2 diff --git a/audio/sound-juicer/pkg-plist b/audio/sound-juicer/pkg-plist index 132fd4f299ee..6ecd3130ffef 100644 --- a/audio/sound-juicer/pkg-plist +++ b/audio/sound-juicer/pkg-plist @@ -1,4 +1,5 @@ bin/sound-juicer +etc/gconf/gconf.xml.defaults/apps/sound-juicer/%gconf.xml etc/gconf/schemas/sound-juicer.schemas share/gnome/applications/sound-juicer.desktop share/gnome/help/sound-juicer/C/fdl-appendix.xml @@ -16,4 +17,5 @@ share/gnome/sound-juicer/sound-juicer.glade @dirrm share/gnome/help/sound-juicer/C/figures @dirrm share/gnome/help/sound-juicer/C @dirrm share/gnome/help/sound-juicer +@dirrm etc/gconf/gconf.xml.defaults/apps/sound-juicer @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/sound-juicer/sound-juicer-manual-C.omf 2>/dev/null || /usr/bin/true |