diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-02 02:14:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-02 02:14:59 +0800 |
commit | d3f136a1d3349fd11dfed53b3e3c670f92b3517a (patch) | |
tree | 8642788aadf4f723b13a884439fcdddb580af169 /x11-clocks | |
parent | 0974d8f5166c4c920f3d4f8338fed4d8235de007 (diff) | |
download | freebsd-ports-graphics-d3f136a1d3349fd11dfed53b3e3c670f92b3517a.tar.gz freebsd-ports-graphics-d3f136a1d3349fd11dfed53b3e3c670f92b3517a.tar.zst freebsd-ports-graphics-d3f136a1d3349fd11dfed53b3e3c670f92b3517a.zip |
- USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/Makefile | 8 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/pkg-plist | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile index 25d13dc6728..e1af04c2a6b 100644 --- a/x11-clocks/xfce4-timer-out-plugin/Makefile +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-time-out-plugin PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -14,10 +14,10 @@ COMMENT= Timer out plugin for Xfce LICENSE= GPLv2 -USE_BZIP2= yes -INSTALLS_ICONS= yes -USES= gettext pkgconfig gmake GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip +USES= gettext gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel diff --git a/x11-clocks/xfce4-timer-out-plugin/pkg-plist b/x11-clocks/xfce4-timer-out-plugin/pkg-plist index aa46b16bc61..68bc4b62a5a 100644 --- a/x11-clocks/xfce4-timer-out-plugin/pkg-plist +++ b/x11-clocks/xfce4-timer-out-plugin/pkg-plist @@ -1,4 +1,3 @@ -lib/xfce4/panel/plugins/libtime-out.la lib/xfce4/panel/plugins/libtime-out.so share/icons/hicolor/48x48/apps/xfce4-time-out-plugin.png share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg |