diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-06-07 09:01:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-06-07 09:01:49 +0000 |
commit | c18467c3eabffc47caf381d1369f365a0df84012 (patch) | |
tree | 7045b7ed77966144c677d5f3624ad587eb15d63c /sysutils/xfce4-diskperf-plugin | |
parent | 59fa5b8f161827f1fe3afeab35fa129c8e38e7e9 (diff) | |
download | ports-c18467c3eabffc47caf381d1369f365a0df84012.tar.gz ports-c18467c3eabffc47caf381d1369f365a0df84012.zip |
Notes
Diffstat (limited to 'sysutils/xfce4-diskperf-plugin')
-rw-r--r-- | sysutils/xfce4-diskperf-plugin/Makefile | 8 | ||||
-rw-r--r-- | sysutils/xfce4-diskperf-plugin/pkg-descr | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index 8542f25c7aab..895e79cd4175 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-plugin/Makefile @@ -13,10 +13,10 @@ COMMENT= Graphical representation of the disk IO LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +USES= gettext-tools gnome gmake libtool pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 USE_GNOME= gtk30 intltool cairo USE_XFCE= panel @@ -27,12 +27,8 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime -.include <bsd.port.options.mk> - -post-patch: -.if empty(PORT_OPTIONS:MNLS) +post-patch-NLS-off: @${REINPLACE_CMD} -e 's|[[:blank:]]po||' \ -e 's|po$$||' ${WRKSRC}/Makefile.in -.endif .include <bsd.port.mk> diff --git a/sysutils/xfce4-diskperf-plugin/pkg-descr b/sysutils/xfce4-diskperf-plugin/pkg-descr index 4420aa6c3907..7612394da790 100644 --- a/sysutils/xfce4-diskperf-plugin/pkg-descr +++ b/sysutils/xfce4-diskperf-plugin/pkg-descr @@ -1,3 +1,3 @@ Panel plugin to display a graphical representation of the disks IO. -WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin/ +WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin |