diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-13 22:20:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-13 22:20:16 +0000 |
commit | 964f04a946e63bb7ec896012928fec9f8ab1e4b4 (patch) | |
tree | 64d85720f26aaeb0774bff35bd7d007785c7eac4 /sysutils/xfce4-systemload-plugin | |
parent | bed95bb95e77dfb3d58325ec7acfd94ea226a236 (diff) | |
download | ports-964f04a946e63bb7ec896012928fec9f8ab1e4b4.tar.gz ports-964f04a946e63bb7ec896012928fec9f8ab1e4b4.zip |
Notes
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 |