summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:50:49 +0000
committerjlam <jlam>2002-08-25 21:50:49 +0000
commit8fe3bd2b5f1b0d3ebc62bbe9ac6a0f09ab1cef30 (patch)
tree60480d2945f42ce98ce907eb2bbb401a57e68d68
parente6b96181812f9ea69c8998225e06a77a25a144d4 (diff)
downloadpkgsrc-8fe3bd2b5f1b0d3ebc62bbe9ac6a0f09ab1cef30.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
-rw-r--r--shells/bash2/Makefile2
-rw-r--r--shells/zsh/Makefile9
2 files changed, 6 insertions, 5 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 9beb00acc3f..0eb6d975e4c 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2002/08/23 01:28:27 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2002/08/25 21:50:50 jlam Exp $
#
V= 2.05
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index c4685d814e7..a31d4c8a362 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2002/08/15 06:54:54 uebayasi Exp $
+# $NetBSD: Makefile,v 1.35 2002/08/25 21:50:50 jlam Exp $
DISTNAME= zsh-4.0.6
CATEGORIES= shells
@@ -13,9 +13,10 @@ MAINTAINER= uebayasi@soum.co.jp
HOMEPAGE= http://sunsite.dk/zsh/
COMMENT= The Z shell
-GNU_CONFIGURE= yes
-INFO_FILES= zsh.info
-TEXINFO_OVERRIDE= YES
+USE_BUILDLINK2= yes
+GNU_CONFIGURE= yes
+INFO_FILES= zsh.info
+TEXINFO_OVERRIDE= yes
.include "../../mk/bsd.prefs.mk"