diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-19 12:55:09 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-19 12:55:09 +0800 |
commit | 842389b193f78931a23147431737eb48601892de (patch) | |
tree | 148e55e426cb403baeb2946098bce05c35ad6005 /editors | |
parent | 98c71a5ce70a2451fa6ca5afdc1e09c0f4a2d437 (diff) | |
download | freebsd-ports-gnome-842389b193f78931a23147431737eb48601892de.tar.gz freebsd-ports-gnome-842389b193f78931a23147431737eb48601892de.tar.zst freebsd-ports-gnome-842389b193f78931a23147431737eb48601892de.zip |
Make useless "Ports collection makefile for" comment consistant with port's
name.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile index 7d302871a73d..bd21c93a31c9 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -1,10 +1,10 @@ # ex:ts=8 -# Ports collection makefile for: vim-small +# Ports collection makefile for: vim-lite # Version required: 5.3 # Date created: Fri Jun 25, 1999 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.2 1999/07/15 22:45:47 mharo Exp $ +# $Id: Makefile,v 1.3 1999/07/16 07:10:09 mharo Exp $ # PKGNAME= vim-lite-5.3 |