1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Make PORTREVISION overridable by slave ports.

Found by:	eik's chkversion
This commit is contained in:
Hye-Shik Chang 2004-07-10 01:53:37 +00:00
parent 4607f9d456
commit b9a4c8f834
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113315
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= python
PORTVERSION= 2.3.4
PORTREVISION= 1
PORTREVISION?= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}

View File

@ -7,7 +7,7 @@
PORTNAME= python
PORTVERSION= 2.3.4
PORTREVISION= 1
PORTREVISION?= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}

View File

@ -7,7 +7,7 @@
PORTNAME= python
PORTVERSION= 2.3.4
PORTREVISION= 1
PORTREVISION?= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}