diff options
author | steve <steve@FreeBSD.org> | 1999-09-04 12:46:16 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-04 12:46:16 +0800 |
commit | 5c4352a22ebe1e314866fc10edc96a91ce4e19cc (patch) | |
tree | 622861148e493e13308b30bc423631414aac2ec5 /editors | |
parent | 396d06bfc5877672107302e0d23d0b760b00e9c9 (diff) | |
download | freebsd-ports-graphics-5c4352a22ebe1e314866fc10edc96a91ce4e19cc.tar.gz freebsd-ports-graphics-5c4352a22ebe1e314866fc10edc96a91ce4e19cc.tar.zst freebsd-ports-graphics-5c4352a22ebe1e314866fc10edc96a91ce4e19cc.zip |
Allow the PKGNAME to be overridden by the vim-lite port so we don't
get duplicate named packages in INDEX.
Noticed by: pib
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 6fe2327fb8e..1cf39a34ee9 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 6fe2327fb8e..1cf39a34ee9 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 6fe2327fb8e..1cf39a34ee9 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/ \ |