diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-05 22:18:56 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-05 22:18:56 +0800 |
commit | dde7e1717388a577ab28df469514a26f899f6f2b (patch) | |
tree | 2123aefef36c76af637b8edc67e775cb47b3ff2b | |
parent | 3a41765ec506e24070de126cc5187af02d8387b3 (diff) | |
download | freebsd-ports-gnome-dde7e1717388a577ab28df469514a26f899f6f2b.tar.gz freebsd-ports-gnome-dde7e1717388a577ab28df469514a26f899f6f2b.tar.zst freebsd-ports-gnome-dde7e1717388a577ab28df469514a26f899f6f2b.zip |
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 8 | ||||
-rw-r--r-- | sysutils/xfce4-battery-plugin/pkg-plist | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 2309e34e459c..57ee9fa4313a 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-battery-plugin PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -17,11 +17,11 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USE_BZIP2= yes +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -INSTALLS_ICONS= yes -USES= pkgconfig gmake OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS diff --git a/sysutils/xfce4-battery-plugin/pkg-plist b/sysutils/xfce4-battery-plugin/pkg-plist index 8e92a687e4d1..d7af30088222 100644 --- a/sysutils/xfce4-battery-plugin/pkg-plist +++ b/sysutils/xfce4-battery-plugin/pkg-plist @@ -1,4 +1,3 @@ -lib/xfce4/panel/plugins/libbattery.la lib/xfce4/panel/plugins/libbattery.so share/icons/hicolor/16x16/apps/xfce4-battery-critical-charging.png share/icons/hicolor/16x16/apps/xfce4-battery-critical.png |