diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-14 17:00:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-14 17:00:22 +0800 |
commit | 24e3566f9cbb6528d666e89f4dc78f51f33c241c (patch) | |
tree | 25ab04eaab40258099f3daf4ec6ced61a7445ed7 /x11-wm/e-module-everything-places | |
parent | 188ab1b0d1fe43d4ec3fc4ccfccc11211674dcaf (diff) | |
download | freebsd-ports-gnome-24e3566f9cbb6528d666e89f4dc78f51f33c241c.tar.gz freebsd-ports-gnome-24e3566f9cbb6528d666e89f4dc78f51f33c241c.tar.zst freebsd-ports-gnome-24e3566f9cbb6528d666e89f4dc78f51f33c241c.zip |
- Pet portlint
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11-wm/e-module-everything-places')
-rw-r--r-- | x11-wm/e-module-everything-places/Makefile | 16 | ||||
-rw-r--r-- | x11-wm/e-module-everything-places/pkg-descr | 2 |
2 files changed, 5 insertions, 13 deletions
diff --git a/x11-wm/e-module-everything-places/Makefile b/x11-wm/e-module-everything-places/Makefile index 5207665b2dfb..d4281fc0fbb0 100644 --- a/x11-wm/e-module-everything-places/Makefile +++ b/x11-wm/e-module-everything-places/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 20140606 PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= LOCAL/gblach/enlightenment/ +DIST_SUBDIR= enlightenment MAINTAINER= enlightenment@FreeBSD.org COMMENT= Enlightenment places plugin for the "everything" module @@ -13,7 +14,6 @@ COMMENT= Enlightenment places plugin for the "everything" module 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-everything-places/pkg-descr b/x11-wm/e-module-everything-places/pkg-descr index 4bfc81993006..599dc4391d47 100644 --- a/x11-wm/e-module-everything-places/pkg-descr +++ b/x11-wm/e-module-everything-places/pkg-descr @@ -1,3 +1,3 @@ An e17 places plugin for the "everything" module. -WWW: http://www.enlightenment.org/ +WWW: https://www.enlightenment.org/ |