diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-14 09:00:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-14 09:00:22 +0000 |
commit | f0bbb73a10628af574850dcd97ac902d0b750c9c (patch) | |
tree | 25ab04eaab40258099f3daf4ec6ced61a7445ed7 /x11-wm | |
parent | f81f429a104e370cd07ec26b7be13ca2e9379a63 (diff) | |
download | ports-f0bbb73a10628af574850dcd97ac902d0b750c9c.tar.gz ports-f0bbb73a10628af574850dcd97ac902d0b750c9c.zip |
- Pet portlint
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=445737
Diffstat (limited to 'x11-wm')
-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/ |