diff options
author | jlam <jlam> | 2004-09-22 08:09:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-09-22 08:09:14 +0000 |
commit | 08039266e343e3cb99feb5cbfd5fd9acf006ac97 (patch) | |
tree | ba20a3f8eae29ebaf5d20fc3c40ea75a7075749e /x11/xfce4-panel | |
parent | 6e8a19b19cf0aad3d2396d28108ec9abfcd1e84d (diff) | |
download | pkgsrc-08039266e343e3cb99feb5cbfd5fd9acf006ac97.tar.gz |
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Diffstat (limited to 'x11/xfce4-panel')
-rw-r--r-- | x11/xfce4-panel/PLIST | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/x11/xfce4-panel/PLIST b/x11/xfce4-panel/PLIST index d9ed1e35099..f5cf947200b 100644 --- a/x11/xfce4-panel/PLIST +++ b/x11/xfce4-panel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/07/12 08:25:11 martti Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/09/22 08:10:08 jlam Exp $ bin/xfce4-panel etc/xfce4/xfce4rc etc/xfce4/xfce4rc.ar @@ -20,27 +20,13 @@ include/xfce4/panel/plugins.h include/xfce4/panel/xfce.h include/xfce4/panel/xfce_support.h lib/pkgconfig/xfce4-panel-1.0.pc -lib/xfce4/mcs-plugins/libxfce4settings.a lib/xfce4/mcs-plugins/libxfce4settings.la -lib/xfce4/mcs-plugins/libxfce4settings.so -lib/xfce4/panel-plugins/libclock.a lib/xfce4/panel-plugins/libclock.la -lib/xfce4/panel-plugins/libclock.so -lib/xfce4/panel-plugins/libmailcheck.a lib/xfce4/panel-plugins/libmailcheck.la -lib/xfce4/panel-plugins/libmailcheck.so -lib/xfce4/panel-plugins/libpager.a lib/xfce4/panel-plugins/libpager.la -lib/xfce4/panel-plugins/libpager.so -lib/xfce4/panel-plugins/libseparator.a lib/xfce4/panel-plugins/libseparator.la -lib/xfce4/panel-plugins/libseparator.so -lib/xfce4/panel-plugins/libswitcher.a lib/xfce4/panel-plugins/libswitcher.la -lib/xfce4/panel-plugins/libswitcher.so -lib/xfce4/panel-plugins/libsystembuttons.a lib/xfce4/panel-plugins/libsystembuttons.la -lib/xfce4/panel-plugins/libsystembuttons.so ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/xfce4-panel.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/xfce4-panel.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/xfce4-panel.mo |