pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio Convert @exec/@unexec to @pkgdir or drop them.
details: https://anonhg.NetBSD.org/pkgsrc/rev/46422b9249a3
branches: trunk
changeset: 394654:46422b9249a3
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 14 18:10:28 2009 +0000
description:
Convert @exec/@unexec to @pkgdir or drop them.
diffstat:
audio/arts/PLIST | 3 +--
audio/bmpx/PLIST | 4 ++--
audio/espeak/PLIST | 6 +++---
audio/gmpc/PLIST | 3 +--
audio/gqmpeg-devel/PLIST | 3 +--
audio/gqmpeg/PLIST | 3 +--
audio/icecast1/PLIST | 3 +--
audio/ices-mp3/PLIST | 3 +--
audio/libao/PLIST | 4 ++--
audio/libcanberra/PLIST | 4 +---
audio/libsidplay2/PLIST | 3 +--
audio/lmms/PLIST | 4 ++--
audio/mbrola/PLIST | 3 +--
audio/mt-daapd/PLIST | 3 +--
audio/xfce4-mixer/PLIST | 4 +---
audio/xmcd/PLIST | 4 ++--
16 files changed, 22 insertions(+), 35 deletions(-)
diffs (231 lines):
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/arts/PLIST
--- a/audio/arts/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/arts/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:32:02 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2009/06/14 18:10:28 joerg Exp $
bin/artsc-config
bin/artscat
bin/artsd
@@ -133,4 +133,3 @@
lib/mcop/soundserver.mcoptype
lib/mcop/x11globalcomm.mcopclass
lib/mcop/x11globalcomm.mcoptype
-@unexec ${RMDIR} %D/include/arts 2>/dev/null || ${TRUE}
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/bmpx/PLIST
--- a/audio/bmpx/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/bmpx/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 17:32:03 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:10:28 joerg Exp $
bin/beep-media-player-2
bin/bmp-play-files-2.0
bin/bmp-play-uris-2.0
@@ -238,4 +238,4 @@
share/locale/sv/LC_MESSAGES/bmpx.mo
share/locale/th_TH/LC_MESSAGES/bmpx.mo
share/locale/zh_CN/LC_MESSAGES/bmpx.mo
-@exec ${MKDIR} %D/share/bmpx/data
+@pkgdir share/bmpx/data
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/espeak/PLIST
--- a/audio/espeak/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/espeak/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:32:05 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:10:28 joerg Exp $
bin/espeak
include/speak_lib.h
lib/libespeak.a
@@ -151,5 +151,5 @@
share/espeak-data/voices/zhy
share/espeak-data/zh_dict
share/espeak-data/zhy_dict
-@exec ${MKDIR} %D/share/espeak-data/soundicons
-@exec ${MKDIR} %D/share/espeak-data/mbrola
+@pkgdir share/espeak-data/soundicons
+@pkgdir share/espeak-data/mbrola
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/gmpc/PLIST
--- a/audio/gmpc/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/gmpc/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2009/06/14 17:32:09 joerg Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/06/14 18:10:28 joerg Exp $
bin/gmpc
bin/gmpc-remote
bin/gmpc-remote-stream
@@ -171,4 +171,3 @@
share/locale/tr/LC_MESSAGES/gmpc.mo
share/locale/zh_CN/LC_MESSAGES/gmpc.mo
share/locale/zh_TW/LC_MESSAGES/gmpc.mo
-@exec ${MKDIR} %D/share/gmpc/icons/hicolor/scalable/actions
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/gqmpeg-devel/PLIST
--- a/audio/gqmpeg-devel/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/gqmpeg-devel/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:32:09 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:10:28 joerg Exp $
bin/gqmpeg
bin/gqmpeg-shoutcast-plugin.sh
man/man1/gqmpeg.1
@@ -78,4 +78,3 @@
share/locale/pt_BR/LC_MESSAGES/gqmpeg.mo
share/locale/zh_TW/LC_MESSAGES/gqmpeg.mo
share/pixmaps/gqmpeg.png
-@unexec ${RMDIR} -p %D/share/gqmpeg/skins 2> /dev/null || ${TRUE}
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/gqmpeg/PLIST
--- a/audio/gqmpeg/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/gqmpeg/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2009/06/14 17:32:09 joerg Exp $
+@comment $NetBSD: PLIST,v 1.14 2009/06/14 18:10:28 joerg Exp $
bin/gqmpeg
bin/gqmpeg-shoutcast-plugin.sh
man/man1/gqmpeg.1
@@ -78,4 +78,3 @@
share/locale/pt_BR/LC_MESSAGES/gqmpeg.mo
share/locale/zh_TW/LC_MESSAGES/gqmpeg.mo
share/pixmaps/gqmpeg.png
-@unexec ${RMDIR} -p %D/share/gqmpeg/skins 2> /dev/null || ${TRUE}
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/icecast1/PLIST
--- a/audio/icecast1/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/icecast1/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:32:11 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:10:28 joerg Exp $
bin/icecast
share/doc/icecast/manual.html
share/examples/icecast/groups.aut.dist
@@ -24,4 +24,3 @@
share/icecast/templates/manual.html
share/icecast/templates/mountlist.html
share/icecast/templates/statistics.html
-@exec ${MKDIR} %D/share/icecast/static
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/ices-mp3/PLIST
--- a/audio/ices-mp3/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/ices-mp3/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:32:12 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:10:28 joerg Exp $
bin/${PKGBASE}
man/man1/${PKGBASE}.1
share/doc/${PKGBASE}/AUTHORS
@@ -12,4 +12,3 @@
share/examples/${PKGBASE}/ices.conf.dist
share/examples/${PKGBASE}/ices.pm.dist
share/examples/${PKGBASE}/ices.py.dist
-@exec ${MKDIR} %D/share/${PKGBASE}
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/libao/PLIST
--- a/audio/libao/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/libao/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2009/06/14 17:32:13 joerg Exp $
+@comment $NetBSD: PLIST,v 1.14 2009/06/14 18:10:29 joerg Exp $
include/ao/ao.h
include/ao/os_types.h
include/ao/plugin.h
@@ -42,4 +42,4 @@
share/doc/${PKGNAME}/plugin-api.html
share/doc/${PKGNAME}/plugin-overview.html
share/doc/${PKGNAME}/style.css
-@exec ${MKDIR} -p %D/lib/ao/plugins-2
+@pkgdir lib/ao/plugins-2
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/libcanberra/PLIST
--- a/audio/libcanberra/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/libcanberra/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:32:14 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:10:29 joerg Exp $
bin/canberra-gtk-play
include/canberra-gtk.h
include/canberra.h
@@ -27,5 +27,3 @@
share/gtk-doc/html/libcanberra/right.png
share/gtk-doc/html/libcanberra/style.css
share/gtk-doc/html/libcanberra/up.png
-@unexec ${RMDIR} %D/share/gnome/shutdown 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/gnome/autostart 2>/dev/null || ${TRUE}
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/libsidplay2/PLIST
--- a/audio/libsidplay2/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/libsidplay2/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:32:15 joerg Exp $
-@exec ${MKDIR} %D/include/libsidplay2/resid
+@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:10:29 joerg Exp $
include/libsidplay2/sidplay/Buffer.h
include/libsidplay2/sidplay/SidTune.h
include/libsidplay2/sidplay/SmartPtr.h
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/lmms/PLIST
--- a/audio/lmms/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/lmms/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:32:17 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:10:29 joerg Exp $
bin/lmms
lib/lmms/libaudiofileprocessor.la
lib/lmms/libbitinvader.la
@@ -776,4 +776,4 @@
share/locale/qt_ru.qm
share/locale/qt_sk.qm
share/locale/ru.qm
-@exec ${MKDIR} %D/share/lmms/projects/recorded_loops
+@pkgdir share/lmms/projects/recorded_loops
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/mbrola/PLIST
--- a/audio/mbrola/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/mbrola/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:32:17 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:10:29 joerg Exp $
bin/mbrola
share/doc/mbrola/readme.txt
-@unexec ${RM} -r %D/share/mbrola
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/mt-daapd/PLIST
--- a/audio/mt-daapd/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/mt-daapd/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:32:19 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:10:29 joerg Exp $
sbin/mt-daapd
share/examples/mt-daapd/mt-daapd.conf
share/examples/mt-daapd/mt-daapd.playlist
@@ -20,4 +20,3 @@
share/mt-daapd/admin-root/required.gif
share/mt-daapd/admin-root/status.html
share/mt-daapd/admin-root/thanks.html
-@exec ${MKDIR} %D/share/examples/mt-daapd
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/xfce4-mixer/PLIST
--- a/audio/xfce4-mixer/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/xfce4-mixer/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2008/12/18 14:16:16 hira Exp $
+@comment $NetBSD: PLIST,v 1.18 2009/06/14 18:10:29 joerg Exp $
bin/xfce4-mixer
lib/xfce4/mcs-plugins/sound_settings.la
lib/xfce4/modules/libxfce4mixer.la
@@ -59,5 +59,3 @@
share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo
share/xfce4/panel-plugins/xfce4-mixer.desktop
-@unexec ${RMDIR} %D/libexec/xfce4/panel-plugins 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/lib/xfce4/modules 2>/dev/null || ${TRUE}
diff -r 84cc5ee800d8 -r 46422b9249a3 audio/xmcd/PLIST
--- a/audio/xmcd/PLIST Sun Jun 14 18:03:28 2009 +0000
+++ b/audio/xmcd/PLIST Sun Jun 14 18:10:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:32:25 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2009/06/14 18:10:29 joerg Exp $
bin/cda
bin/xmcd
bin/xmcd_start
@@ -242,7 +242,6 @@
lib/X11/xmcd/help/Xm/Track.lbl
lib/X11/xmcd/help/Xm/TrkTitle.lbl
lib/X11/xmcd/help/Xm/WWWwarp.btn
-@exec ${MKDIR} %D/lib/X11/xmcd/lib-${ARCH}-${MACHINE_ARCH}
lib/X11/xmcd/pixmaps/xmcd.icon
lib/X11/xmcd/pixmaps/xmcd.xpm
lib/X11/xmcd/pixmaps/xmcd_a.px
@@ -250,3 +249,4 @@
lib/X11/xmcd/scripts/genidx
man/man1/cda.1
man/man1/xmcd.1
+@pkgdir lib/X11/xmcd/lib-${ARCH}-${MACHINE_ARCH}
Home |
Main Index |
Thread Index |
Old Index