diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-09 17:00:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-09 17:00:19 +0800 |
commit | 40f4b7de8d7161b6d643031d8a99549512655a5a (patch) | |
tree | 9c1ce821f30cdf542f886d8ef26536b29330d318 | |
parent | 2ead17dff5793ed66ac64658ebd5467a40b13b6a (diff) | |
download | freebsd-ports-gnome-40f4b7de8d7161b6d643031d8a99549512655a5a.tar.gz freebsd-ports-gnome-40f4b7de8d7161b6d643031d8a99549512655a5a.tar.zst freebsd-ports-gnome-40f4b7de8d7161b6d643031d8a99549512655a5a.zip |
- Pet portlint
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | x11-wm/e-module-everything-websearch/Makefile | 16 | ||||
-rw-r--r-- | x11-wm/e-module-everything-websearch/pkg-descr | 2 |
2 files changed, 5 insertions, 13 deletions
diff --git a/x11-wm/e-module-everything-websearch/Makefile b/x11-wm/e-module-everything-websearch/Makefile index 97c21c341162..94f535889a77 100644 --- a/x11-wm/e-module-everything-websearch/Makefile +++ b/x11-wm/e-module-everything-websearch/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 20140818 PORTREVISION= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= LOCAL/gblach/enlightenment/ +DIST_SUBDIR= enlightenment MAINTAINER= enlightenment@FreeBSD.org COMMENT= Enlightenment websearch plugin for the "everything" module @@ -14,7 +15,6 @@ BUILD_DEPENDS= enlightenment:x11-wm/enlightenment RUN_DEPENDS= enlightenment:x11-wm/enlightenment LIB_DEPENDS= libcurl.so:ftp/curl -DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= gmake libtool pkgconfig tar:xz INSTALL_TARGET= install-strip @@ -22,16 +22,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-everything-websearch/pkg-descr b/x11-wm/e-module-everything-websearch/pkg-descr index 8e47658e04b6..8a1df78236d7 100644 --- a/x11-wm/e-module-everything-websearch/pkg-descr +++ b/x11-wm/e-module-everything-websearch/pkg-descr @@ -2,4 +2,4 @@ Helps to find stuff on Wikipedia, use Google suggestions and 'Google for it'(tm) action. Triggers can be configured, defaults are 'g ' and 'w '. -WWW: http://www.enlightenment.org/ +WWW: https://www.enlightenment.org/ |