diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
commit | a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d (patch) | |
tree | 006d85b1a207b6d68c794387f1268de6952c7fc5 /editors/vim6 | |
parent | b76829d860898cd0c4a4960aebd9e9a4aec48765 (diff) | |
download | FreeBSD-ports-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.zip FreeBSD-ports-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.tar.gz |
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
Diffstat (limited to 'editors/vim6')
-rw-r--r-- | editors/vim6/Makefile | 3 | ||||
-rw-r--r-- | editors/vim6/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 9d1eba8..d9c5429 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -4,7 +4,7 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.35 1999/03/15 10:24:24 obrien Exp $ +# $Id: Makefile,v 1.36 1999/04/08 19:05:48 billf Exp $ # DISTNAME= vim-5.3 @@ -20,7 +20,6 @@ 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 \ diff --git a/editors/vim6/pkg-descr b/editors/vim6/pkg-descr index b48bf21..d39d858 100644 --- a/editors/vim6/pkg-descr +++ b/editors/vim6/pkg-descr @@ -21,3 +21,5 @@ Portability to all UNIX platforms, AmigaOS, Archimedes, Atari MiNT, BeOS, M$-DOS, MacOS, OS/2, VMS, WinNT+Win95. -- David (obrien@cs.ucdavis.edu) + +WWW: http://www.vim.org |