aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql95-plpython
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-06-29 17:35:22 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-06-29 17:35:22 +0000
commitb1ef2a6af3eb14e106ffcfedef013a69c3e94c7f (patch)
treecee4fcd2f2265668e32fa27aff234d8d8b6ad736 /databases/postgresql95-plpython
parentfe2fc8bf5ac489181f71aa7361e894b2ee8717a1 (diff)
downloadports-b1ef2a6af3eb14e106ffcfedef013a69c3e94c7f.tar.gz
ports-b1ef2a6af3eb14e106ffcfedef013a69c3e94c7f.zip
Make sure we don't clobber slave ports' PORTREVISION.
Notes
Notes: svn path=/head/; revision=505361
Diffstat (limited to 'databases/postgresql95-plpython')
-rw-r--r--databases/postgresql95-plpython/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile
index b7ee58be7576..1f97ee79ad47 100644
--- a/databases/postgresql95-plpython/Makefile
+++ b/databases/postgresql95-plpython/Makefile
@@ -2,7 +2,8 @@
PORTNAME= postgresql
CATEGORIES= databases python
-PORTREVISION= 0
+# Keep the ?=, it is used as master by the other plpython ports.
+PORTREVISION?= 0
PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org