svn commit: r403266 - head/shells/zsh
Baptiste Daroussin
bapt at FreeBSD.org
Tue Dec 8 13:40:37 UTC 2015
Author: bapt
Date: Tue Dec 8 13:40:36 2015
New Revision: 403266
URL: https://svnweb.freebsd.org/changeset/ports/403266
Log:
Make zsh read again conf in /etc
Drop maintainership
Modified:
head/shells/zsh/Makefile
Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile Tue Dec 8 11:41:24 2015 (r403265)
+++ head/shells/zsh/Makefile Tue Dec 8 13:40:36 2015 (r403266)
@@ -3,6 +3,7 @@
PORTNAME= zsh
DISTVERSION= 5.2
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= \
http://www.zsh.org/pub/:doc \
@@ -11,7 +12,7 @@ MASTER_SITES= \
SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= bapt at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= The Z shell
LICENSE= ZSH
@@ -42,8 +43,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-ne
CONFIGURE_ENV+= zsh_cv_sys_path_dev_fd=no
CONFIGURE_ARGS= --with-term-lib="ncursesw ncurses" --with-tcsetpgrp \
--enable-function-subdirs --enable-multibyte \
- --sysconfdir=${PREFIX}/etc \
- --enable-etcdir=${PREFIX}/etc
+ --sysconfdir=${PREFIX}/etc
EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar
#EXTRA_COMPLETION_FILES= _sockstat
More information about the svn-ports-all
mailing list