diff options
author | wiz <wiz> | 2010-10-31 23:50:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-10-31 23:50:51 +0000 |
commit | 6fb5c9ec3094023b69551c72b31c82da8158cb59 (patch) | |
tree | 94b22f4068df4c9ff1a6a3a633071ae52da99e91 /editors/vim-motif | |
parent | b446777dad1c1bc9cae2a24d554f971bce61b353 (diff) | |
download | pkgsrc-6fb5c9ec3094023b69551c72b31c82da8158cb59.tar.gz |
Update to latest 7.2 patchlevel, 446.
Fixes PR 44018 by Stefan Palm.
Diffstat (limited to 'editors/vim-motif')
-rw-r--r-- | editors/vim-motif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile index 00f9b69d35b..1a328c2f0a8 100644 --- a/editors/vim-motif/Makefile +++ b/editors/vim-motif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2009/10/28 01:20:33 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2010/10/31 23:50:51 wiz Exp $ PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +#PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Motif GUI |