diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:35:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:35:58 +0000 |
commit | 136523e44e71a26743e28b721ebe610a59189b02 (patch) | |
tree | f449e49da4dfdae2a0f7b2f6d32153d877199d49 /editors/vilearn | |
parent | 35247ebc31666962561c8cb77018f708d603158e (diff) | |
download | pkgsrc-136523e44e71a26743e28b721ebe610a59189b02.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'editors/vilearn')
-rw-r--r-- | editors/vilearn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vilearn/Makefile b/editors/vilearn/Makefile index 3b7ead42d63..a820dd9f2c9 100644 --- a/editors/vilearn/Makefile +++ b/editors/vilearn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:44:38 martti Exp $ +# $NetBSD: Makefile,v 1.5 2006/10/04 21:37:40 wiz Exp $ # DISTNAME= vilearn-1.0 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/ EXTRACT_SUFX= .shar.Z MAINTAINER= abs@NetBSD.org -HOMEPAGE= http://www.umich.edu/~rsug/misc/vilearn.html +HOMEPAGE= http://vilearn.org/ COMMENT= Online vi tutorial, from basic to advanced EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SED} '1,/^wes$$/d' | ${SH} |