diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-05 22:17:56 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-05 22:17:56 +0800 |
commit | 3a41765ec506e24070de126cc5187af02d8387b3 (patch) | |
tree | 062c30669cf6f5f9c72bce3ce9e80a1f58ede1e7 /sysutils | |
parent | bb2b104d76b60d194bb16bdbde019888c186edb0 (diff) | |
download | freebsd-ports-gnome-3a41765ec506e24070de126cc5187af02d8387b3.tar.gz freebsd-ports-gnome-3a41765ec506e24070de126cc5187af02d8387b3.tar.zst freebsd-ports-gnome-3a41765ec506e24070de126cc5187af02d8387b3.zip |
- Add USES=libtool and INSTALL_TARGET=install-strip
- Use LIBS instead of LDFLAGS
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-diskperf-plugin/Makefile | 6 | ||||
-rw-r--r-- | sysutils/xfce4-diskperf-plugin/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index 0ed4167ff86a..d15f067ad34b 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-diskperf-plugin PORTVERSION= 2.5.4 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -13,11 +14,12 @@ COMMENT= Graphical representation of the disk IO GNU_CONFIGURE= yes INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel -USES= gmake pkgconfig tar:bzip2 -LDFLAGS+= -ldevstat +LIBS+= -ldevstat OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/sysutils/xfce4-diskperf-plugin/pkg-plist b/sysutils/xfce4-diskperf-plugin/pkg-plist index 3d50f125f2f6..28e3a16bbfd3 100644 --- a/sysutils/xfce4-diskperf-plugin/pkg-plist +++ b/sysutils/xfce4-diskperf-plugin/pkg-plist @@ -1,5 +1,4 @@ lib/xfce4/panel/plugins/libdiskperf.so -lib/xfce4/panel/plugins/libdiskperf.la %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-diskperf-plugin.mo |