diff options
Diffstat (limited to 'shells/zsh/Makefile.common')
-rw-r--r-- | shells/zsh/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index d0fae5e264c..92bf4b5b32b 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2006/04/07 15:28:49 jlam Exp $ +# $NetBSD: Makefile.common,v 1.35 2006/10/04 21:58:52 wiz Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -10,7 +10,7 @@ MASTER_SITES= ftp://sunsite.dk/pub/unix/shells/zsh/ \ EXTRACT_SUFX= .tar.bz2 MAINTAINER= ${ZSH_MAINTAINER} -HOMEPAGE= http://sunsite.dk/zsh/ +HOMEPAGE= http://zsh.dotsrc.org/ COMMENT= The Z shell GNU_CONFIGURE= yes |