diff options
author | pav <pav@FreeBSD.org> | 2004-05-14 06:20:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-14 06:20:16 +0800 |
commit | 64fdfe491775492d51ade671dc6f6f7f60d9df1a (patch) | |
tree | 4f909ed6d0538b4f2aeada0c73281abf3121d2a9 /sysutils/xfce4-systemload-plugin | |
parent | 239900172923325ae14af0bf420a6f7df600438b (diff) | |
download | freebsd-ports-gnome-64fdfe491775492d51ade671dc6f6f7f60d9df1a.tar.gz freebsd-ports-gnome-64fdfe491775492d51ade671dc6f6f7f60d9df1a.tar.zst freebsd-ports-gnome-64fdfe491775492d51ade671dc6f6f7f60d9df1a.zip |
- Add more master sites
- Update WWW
- Drop libtool patching
- Tidy pkg-plist
Submitted by: Matt Lancereau <matt@bsd-blax.org>
Approved by: maintainer
Diffstat (limited to 'sysutils/xfce4-systemload-plugin')
-rw-r--r-- | sysutils/xfce4-systemload-plugin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfce4-systemload-plugin/files/patch-configure | 10 | ||||
-rw-r--r-- | sysutils/xfce4-systemload-plugin/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/xfce4-systemload-plugin/pkg-plist | 3 |
4 files changed, 7 insertions, 13 deletions
diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index 35c082850ee1..b51ffc5296ac 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -8,7 +8,9 @@ PORTNAME= xfce4-systemload-plugin PORTVERSION= 0.3.4 CATEGORIES= sysutils xfce -MASTER_SITES= http://download.berlios.de/xfce-goodies/ +MASTER_SITES= http://download.berlios.de/xfce-goodies/ \ + http://matt.nerim.net/xfce-goodies/ \ + http://xfce.org/~kelnos/mirrors/xfce-goodies/ DIST_SUBDIR= xfce4 MAINTAINER= thorsten.greiner@web.de diff --git a/sysutils/xfce4-systemload-plugin/files/patch-configure b/sysutils/xfce4-systemload-plugin/files/patch-configure index a1d6a0e2fed0..32a52a34ab9d 100644 --- a/sysutils/xfce4-systemload-plugin/files/patch-configure +++ b/sysutils/xfce4-systemload-plugin/files/patch-configure @@ -1,15 +1,5 @@ --- configure.orig Wed Jul 23 22:20:56 2003 +++ configure Fri Aug 1 12:56:48 2003 -@@ -19273,7 +19273,8 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -19567,7 +19568,7 @@ echo "$as_me:$LINENO: checking where to install panel plugins" >&5 diff --git a/sysutils/xfce4-systemload-plugin/pkg-descr b/sysutils/xfce4-systemload-plugin/pkg-descr index f1b5f306ba78..bcb49c69b4b8 100644 --- a/sysutils/xfce4-systemload-plugin/pkg-descr +++ b/sysutils/xfce4-systemload-plugin/pkg-descr @@ -1,3 +1,4 @@ System Load plugin for XFce4. -WWW: http://www.xfce.org +Author: Riccardo Persichetti <riccardo.persichetti@tin.it> +WWW: http://xfce-goodies.berlios.de/ diff --git a/sysutils/xfce4-systemload-plugin/pkg-plist b/sysutils/xfce4-systemload-plugin/pkg-plist index 4c8355d3cb32..0a208fc70653 100644 --- a/sysutils/xfce4-systemload-plugin/pkg-plist +++ b/sysutils/xfce4-systemload-plugin/pkg-plist @@ -1,3 +1,4 @@ +lib/xfce4/panel-plugins/libsystemload.a +lib/xfce4/panel-plugins/libsystemload.la lib/xfce4/panel-plugins/libsystemload.so @unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true -@unexec rmdir %D/lib/xfce4 2>/dev/null || true |