diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-27 15:15:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-27 15:15:28 +0800 |
commit | 6378f297376f60daa627687f9edfdf820a109451 (patch) | |
tree | 394520fae4a1682d6a5881ad508d773dfa6639b4 | |
parent | 5b62916de7a4425977e849efb5d52eeffb920c36 (diff) | |
download | freebsd-ports-gnome-6378f297376f60daa627687f9edfdf820a109451.tar.gz freebsd-ports-gnome-6378f297376f60daa627687f9edfdf820a109451.tar.zst freebsd-ports-gnome-6378f297376f60daa627687f9edfdf820a109451.zip |
Make zsh look at its config files in localbase in priority
Cleanup a bit more the plist
Submitted by: Rolf Nielsen <rmg1970swe@gmail.com>
-rw-r--r-- | shells/zsh/Makefile | 5 | ||||
-rw-r--r-- | shells/zsh/pkg-plist | 5 |
2 files changed, 3 insertions, 7 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 3607953aacf4..7c52ddf7afba 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,7 +3,7 @@ PORTNAME= zsh PORTVERSION= 5.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc @@ -28,7 +28,8 @@ CPPFLAGS+= -I${LOCALBASE}/include -DBOOL_DEFINED LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= zsh_cv_sys_path_dev_fd=no CONFIGURE_ARGS= --with-term-lib="ncursesw ncurses" --with-tcsetpgrp \ - --enable-function-subdirs --enable-multibyte + --enable-function-subdirs --enable-multibyte \ + --sysconfdir=${PREFIX}/etc EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar #EXTRA_COMPLETION_FILES= _sockstat diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist index 0d6aad01b57b..174fc20ef3f4 100644 --- a/shells/zsh/pkg-plist +++ b/shells/zsh/pkg-plist @@ -35,11 +35,6 @@ bin/zsh-%%ZSH_VER%% %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/zpty.so %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/zselect.so %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/zutil.so -%%GDBM%%%%NO_STATIC%%@dirrm lib/zsh/%%ZSH_VER%%/zsh/db -%%NO_STATIC%%@dirrm lib/zsh/%%ZSH_VER%%/zsh/net -%%NO_STATIC%%@dirrm lib/zsh/%%ZSH_VER%%/zsh -%%NO_STATIC%%@dirrm lib/zsh/%%ZSH_VER%% -%%NO_STATIC%%@dirrm lib/zsh @dir %%DATADIR%%/site-functions %%DATADIR%%/%%ZSH_VER%%/functions/Calendar.zwc %%DATADIR%%/%%ZSH_VER%%/functions/Calendar/age |