diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-12 05:47:15 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-12 05:47:15 +0800 |
commit | 9b37fbae4caa9aa7445050824376535a268d2b31 (patch) | |
tree | c5ea529a9f6895e7723800b42866a8c7777f48ae /editors/vim5 | |
parent | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff) | |
download | freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.tar.zst freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.zip |
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'editors/vim5')
-rw-r--r-- | editors/vim5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 5a201d819353..114a73900586 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -4,7 +4,7 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.32 1998/12/02 12:32:25 obrien Exp $ +# $Id: Makefile,v 1.33 1998/12/02 12:40:59 obrien Exp $ # DISTNAME= vim-5.3 @@ -19,6 +19,9 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org +Y2K= http://www.vim.org/y2k.html +WWW_SITE= http://www.vim.org + .if defined(PACKAGE_BUILDING) BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ python:${PORTSDIR}/lang/python |