diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-07-22 10:04:32 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-07-22 10:04:32 +0000 |
commit | 7c5d75a714a66c550706aa6e6a80110ebc84f855 (patch) | |
tree | d39a44c2d952616778bfdfcbc7fddd4adde4d0db | |
parent | 2e119fa48c33cdfb70708f25e4e1d7eeb862a4f4 (diff) | |
download | pkgsrc-7c5d75a714a66c550706aa6e6a80110ebc84f855.tar.gz |
PLIST.xattr is moved to zsh/Makefile.common.
-rw-r--r-- | shells/zsh-current/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/shells/zsh-current/Makefile b/shells/zsh-current/Makefile index 86882c0b6a7..ce7fd611763 100644 --- a/shells/zsh-current/Makefile +++ b/shells/zsh-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/04/14 16:03:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.29 2012/07/22 10:04:32 ryoon Exp $ .include "../../shells/zsh/Makefile.common" @@ -9,11 +9,6 @@ USE_TOOLS+= env CONFIGURE_ARGS+= --disable-gdbm -PLIST_VARS+= xattr -.if exists(/usr/include/sys/xattr.h) -PLIST.xattr= yes -.endif - SUBST_CLASSES+= prefix-fixup SUBST_STAGE.prefix-fixup= pre-configure SUBST_FILES.prefix-fixup= \ |