summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-19 09:01:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-19 09:01:00 +0000
commite94e02a35f9532725da8fb2213b5a2266e3d413a (patch)
tree68740b81b8c4b2824b1b918b8bf73d61744f2876 /x11-wm
parentUpdate to 0.050. (diff)
- Pet portlint
- Switch to options helpers - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=446188
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e-module-cpu/Makefile16
-rw-r--r--x11-wm/e-module-cpu/pkg-descr2
2 files changed, 5 insertions, 13 deletions
diff --git a/x11-wm/e-module-cpu/Makefile b/x11-wm/e-module-cpu/Makefile
index d7d264e54560..ba62d6cb94fc 100644
--- a/x11-wm/e-module-cpu/Makefile
+++ b/x11-wm/e-module-cpu/Makefile
@@ -6,6 +6,7 @@ PORTVERSION= 20140911
PORTREVISION= 1
CATEGORIES= x11-wm enlightenment
MASTER_SITES= LOCAL/gblach/enlightenment/
+DIST_SUBDIR= enlightenment
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= Enlightenment module which allows users to monitor cpu load
@@ -13,7 +14,6 @@ COMMENT= Enlightenment module which allows users to monitor cpu load
BUILD_DEPENDS= enlightenment:x11-wm/enlightenment
RUN_DEPENDS= enlightenment:x11-wm/enlightenment
-DIST_SUBDIR= enlightenment
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig tar:xz
INSTALL_TARGET= install-strip
@@ -21,16 +21,8 @@ INSTALL_TARGET= install-strip
.include "../enlightenment/Makefile.plist"
OPTIONS_DEFINE= NLS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-CONFIGURE_ARGS+=--enable-nls
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
+OPTIONS_SUB= yes
+NLS_USES= gettext
+NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
diff --git a/x11-wm/e-module-cpu/pkg-descr b/x11-wm/e-module-cpu/pkg-descr
index b36014d7504c..7378373807cf 100644
--- a/x11-wm/e-module-cpu/pkg-descr
+++ b/x11-wm/e-module-cpu/pkg-descr
@@ -2,4 +2,4 @@ This e17 module allows users to monitor current cpu load. It can draw
load graph and display cpu load percentage. The polling interval is
fully configurable.
-WWW: http://www.enlightenment.org
+WWW: https://www.enlightenment.org/