summaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft>2002-07-18 18:01:55 +0000
committermycroft <mycroft>2002-07-18 18:01:55 +0000
commit865dcba0f8956c55f2c6618e6d0508197315f8d4 (patch)
tree4d6f814764ee08ee8a9e6ff005d20c05aaa658a6 /shells/zsh/Makefile
parent2a56f7adebbf8d84d288c8462a63b8b20900f503 (diff)
downloadpkgsrc-865dcba0f8956c55f2c6618e6d0508197315f8d4.tar.gz
Do not use _mktemp(). There is no prototype for it, so it is not safe to use
on 64-bit systems.
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r--shells/zsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 6a133fb6066..ac93c85db5e 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2002/02/18 15:14:40 seb Exp $
+# $NetBSD: Makefile,v 1.33 2002/07/18 18:01:55 mycroft Exp $
DISTNAME= zsh-4.0.4
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ftp://ftp.rge.com/pub/shells/zsh/ \
ftp://sunsite.auc.dk/pub/unix/shells/zsh/ \