diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-04 04:46:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-04 04:46:16 +0000 |
commit | f91103dc8a92c3adc42e1ce74161f9b3468ac437 (patch) | |
tree | 4dfcc25e4a969c3b9e0d3cd3519a1737f49ede87 /editors | |
parent | 909c4726296f3a4349d1fd12abe8deeb6ea6e69d (diff) |
Allow the PKGNAME to be overridden by the vim-lite port so we don't
get duplicate named packages in INDEX.
Noticed by: pib
Notes
Notes:
svn path=/head/; revision=21231
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 2 | ||||
-rw-r--r-- | editors/vim5/Makefile | 2 | ||||
-rw-r--r-- | editors/vim6/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 6fe2327fb8e4..1cf39a34ee9f 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -8,7 +8,7 @@ # DISTNAME= vim-5.4 -PKGNAME= vim-5.4.49 +PKGNAME?= vim-5.4.49 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 6fe2327fb8e4..1cf39a34ee9f 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -8,7 +8,7 @@ # DISTNAME= vim-5.4 -PKGNAME= vim-5.4.49 +PKGNAME?= vim-5.4.49 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 6fe2327fb8e4..1cf39a34ee9f 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -8,7 +8,7 @@ # DISTNAME= vim-5.4 -PKGNAME= vim-5.4.49 +PKGNAME?= vim-5.4.49 CATEGORIES= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ |