diff options
author | obache <obache@pkgsrc.org> | 2010-02-07 07:22:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-07 07:22:08 +0000 |
commit | cdbeafa6ff5b7ec04b9e15f7a655a49e50249553 (patch) | |
tree | fd36f17d2c34f8c8776f0adb9cc83b510228283f /shells | |
parent | 7ffcc0a00a7d82ebd32d5bed0ad1942a4171e502 (diff) | |
download | pkgsrc-cdbeafa6ff5b7ec04b9e15f7a655a49e50249553.tar.gz |
Change HOMEPAGE to sourceforge's one (old one had been retired).
Diffstat (limited to 'shells')
-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 6b9e065701a..142b4ec7c30 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.54 2008/12/30 01:55:22 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.55 2010/02/07 07:22:08 obache Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -10,7 +10,7 @@ MASTER_SITES= ftp://mirrors.dotsrc.org/zsh/ \ EXTRACT_SUFX= .tar.bz2 MAINTAINER= ${ZSH_MAINTAINER} -HOMEPAGE= http://zsh.dotsrc.org/ +HOMEPAGE= http://zsh.sourceforge.net/ COMMENT= The Z shell PKG_DESTDIR_SUPPORT= user-destdir |