1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

In a master port, PORTREVISION must be overridable, otherwise, all hell

breaks loose.
This commit is contained in:
Mathieu Arnold 2019-03-28 17:33:07 +00:00
parent 40c8087251
commit 6acd12b49d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497037

View File

@ -3,7 +3,9 @@
PORTNAME?= postgresql
DISTVERSION?= 11.2
PORTREVISION= 1
# PORTREVISION must be ?= otherwise, all other port get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}