diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-09 01:45:57 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-09 01:45:57 +0000 |
commit | 327434499009435d8e5172f5f691f45b9b0a28b4 (patch) | |
tree | 68e14a54da6c718b0a214d396f52d501e7f09515 /audio/grip/pkg-plist | |
parent | Add CVS snapshot version of flood. (diff) |
Committed pr 46828 - the upgrade to 3.0.4 part. The cdparanoia dep needs to
wait until that lib stabilizes a bit more, according to the mailing list
msgs that I am seeing. I do not want to require and link in a lib that's
still really in the "let's get this to work on all cases" state.
PR: 46828
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Reviewed by: Hunter S. Thompson and Pinky (who both said "Poit!")
Approved by: Raoul Duke, who also did ritual sacrifice of a WIN32 coder.
Obtained from: *Live* Human Adrenal Glands
Diffstat (limited to 'audio/grip/pkg-plist')
-rw-r--r-- | audio/grip/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/grip/pkg-plist b/audio/grip/pkg-plist index 295bca3dd1df..edc7c293faa3 100644 --- a/audio/grip/pkg-plist +++ b/audio/grip/pkg-plist @@ -81,10 +81,10 @@ share/locale/zh_HK/LC_MESSAGES/grip.mo share/locale/zh_TW/LC_MESSAGES/grip.mo share/pixmaps/gripicon.png %%PORTDOCS%%@exec /bin/mkdir -p %D/share/gnome/help/grip/C/images -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help/grip/C/images || true -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help/grip/C || true -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help/grip || true -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help || true -@dirrm share/gnome/apps/Multimedia -@dirrm share/gnome/apps -@dirrm share/gnome +%%PORTDOCS%%@dirrm share/gnome/help/grip/C/images +%%PORTDOCS%%@dirrm share/gnome/help/grip/C +%%PORTDOCS%%@dirrm share/gnome/help/grip +%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help 2>/dev/null || true +@unexec /bin/rmdir %D/share/gnome/apps/Multimedia 2>/dev/null || true +@unexec /bin/rmdir %D/share/gnome/apps 2>/dev/null || true +@unexec /bin/rmdir %D/share/gnome 2>/dev/null || true |