1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00

Allow slave ports to override PORTREVISION.

Approved by:	obrien (MAINTAINER)
This commit is contained in:
Akinori MUSHA 2001-04-28 18:08:30 +00:00
parent fd96745bd5
commit aea15d40ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42011
2 changed files with 2 additions and 2 deletions

View File

@ -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/ \

View File

@ -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/ \