diff options
Diffstat (limited to 'shells/zsh/Makefile.common')
-rw-r--r-- | shells/zsh/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index f819de0206f..c088f4dfdd4 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.66 2012/08/16 13:30:27 wiz Exp $ +# $NetBSD: Makefile.common,v 1.67 2012/09/11 23:25:10 asau Exp $ # used by shells/zsh/Makefile # used by shells/zsh-current/Makefile @@ -14,8 +14,6 @@ MAINTAINER= ${ZSH_MAINTAINER} HOMEPAGE= http://zsh.sourceforge.net/ COMMENT= The Z shell -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-etcdir=${PKG_SYSCONFDIR:Q} |