diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-29 17:39:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-29 17:39:19 +0000 |
commit | 92c6526498fc840e3362a95cb4ecc3d8ba380108 (patch) | |
tree | ac69f6d2e7765c3294db078c253e8f3b3f91c7a8 /editors | |
parent | Fix PLIST. (diff) |
Adjust so that satellite ports get the right version number for packaging.
Notes
Notes:
svn path=/head/; revision=23501
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 3 | ||||
-rw-r--r-- | editors/vim5/Makefile | 3 | ||||
-rw-r--r-- | editors/vim6/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 19218bab96f2..0715d59c882c 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,8 +7,9 @@ # $FreeBSD$ # +PKGVER= 5.5.38 DISTNAME= vim-5.5 -PKGNAME?= vim-5.5.38 +PKGNAME?= vim-${PKGVER} CATEGORIES= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 19218bab96f2..0715d59c882c 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,8 +7,9 @@ # $FreeBSD$ # +PKGVER= 5.5.38 DISTNAME= vim-5.5 -PKGNAME?= vim-5.5.38 +PKGNAME?= vim-${PKGVER} CATEGORIES= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 19218bab96f2..0715d59c882c 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -7,8 +7,9 @@ # $FreeBSD$ # +PKGVER= 5.5.38 DISTNAME= vim-5.5 -PKGNAME?= vim-5.5.38 +PKGNAME?= vim-${PKGVER} CATEGORIES= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ |