aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-04-29 02:08:30 +0800
committerknu <knu@FreeBSD.org>2001-04-29 02:08:30 +0800
commit8d4392a40d680ccac91237406430327fb0a5405f (patch)
treeb4e3fbc3bf0e59a4a6fd920748491ec2140bba68 /editors
parente139dceaaca77338188599e8a952c7966cca3959 (diff)
downloadfreebsd-ports-graphics-8d4392a40d680ccac91237406430327fb0a5405f.tar.gz
freebsd-ports-graphics-8d4392a40d680ccac91237406430327fb0a5405f.tar.zst
freebsd-ports-graphics-8d4392a40d680ccac91237406430327fb0a5405f.zip
Allow slave ports to override PORTREVISION.
Approved by: obrien (MAINTAINER)
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile2
-rw-r--r--editors/vim6/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 60e97b92d70..de3c7721d75 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= vim
PORTVERSION= 6.0aa
-PORTREVISION= 0
+PORTREVISION?= 0
CATEGORIES?= editors
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \
ftp://ftp.nuxi.com/pub/vim/unreleased/unix/ \
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 60e97b92d70..de3c7721d75 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= vim
PORTVERSION= 6.0aa
-PORTREVISION= 0
+PORTREVISION?= 0
CATEGORIES?= editors
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \
ftp://ftp.nuxi.com/pub/vim/unreleased/unix/ \