Sat Apr 14 16:03:41 2012 UTC ()
Remove PKGREVISION


(ryoon)
diff -r1.27 -r1.28 pkgsrc/shells/zsh-current/Makefile

cvs diff -r1.27 -r1.28 pkgsrc/shells/zsh-current/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/zsh-current/Attic/Makefile 2012/04/14 16:02:45 1.27
+++ pkgsrc/shells/zsh-current/Attic/Makefile 2012/04/14 16:03:41 1.28
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.27 2012/04/14 16:02:45 ryoon Exp $ 1# $NetBSD: Makefile,v 1.28 2012/04/14 16:03:41 ryoon Exp $
2 2
3.include "../../shells/zsh/Makefile.common" 3.include "../../shells/zsh/Makefile.common"
4PKGREVISION=1 
5 4
6ZSH_VERSION= 4.3.17 5ZSH_VERSION= 4.3.17
7ZSH_MAINTAINER= ryoon@NetBSD.org 6ZSH_MAINTAINER= ryoon@NetBSD.org
8 7
9USE_TOOLS+= env 8USE_TOOLS+= env
10 9
11CONFIGURE_ARGS+= --disable-gdbm 10CONFIGURE_ARGS+= --disable-gdbm
12 11
13PLIST_VARS+= xattr 12PLIST_VARS+= xattr
14.if exists(/usr/include/sys/xattr.h) 13.if exists(/usr/include/sys/xattr.h)
15PLIST.xattr= yes 14PLIST.xattr= yes
16.endif 15.endif
17 16