diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-01-30 22:24:56 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-01-30 22:24:56 +0800 |
commit | c7f8465f626b5c27c7865278cb84300694c1aca7 (patch) | |
tree | 0deabafa924d3e32a2a76b4ba50ebce048b0e9bc /sysutils/xfce4-genmon-plugin | |
parent | 9b0f89e77284deeb0aa2b0681246dd8871eb6cae (diff) | |
download | freebsd-ports-gnome-c7f8465f626b5c27c7865278cb84300694c1aca7.tar.gz freebsd-ports-gnome-c7f8465f626b5c27c7865278cb84300694c1aca7.tar.zst freebsd-ports-gnome-c7f8465f626b5c27c7865278cb84300694c1aca7.zip |
- Remove USES= pathfix
- Add LICENSE
- Remove 'Author' in pkg-descr
Diffstat (limited to 'sysutils/xfce4-genmon-plugin')
-rw-r--r-- | sysutils/xfce4-genmon-plugin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfce4-genmon-plugin/pkg-descr | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 7a33081e0b9d..97eaa17aec4a 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -12,9 +12,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Generic Monitor Xfce4 panel plugin +LICENSE= LGPL21 + GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix gettext pkgconfig gmake +USES= gettext pkgconfig gmake USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel diff --git a/sysutils/xfce4-genmon-plugin/pkg-descr b/sysutils/xfce4-genmon-plugin/pkg-descr index 8919a9bbb312..5605aa19ba78 100644 --- a/sysutils/xfce4-genmon-plugin/pkg-descr +++ b/sysutils/xfce4-genmon-plugin/pkg-descr @@ -1,5 +1,4 @@ The GenMon plugin cyclically spawns the indicated script/program, captures its output and displays it as a string into the panel. -Author: Roger Seguin <roger_seguin@msn.com> WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin |