aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql95-plpython
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2017-09-24 18:58:59 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2017-09-24 18:58:59 +0000
commit0d475096acfa4898995ca99d49473f3ccb6b9334 (patch)
tree7042d6d334ff7425b0c0eaef96b18ea94b6ce283 /databases/postgresql95-plpython
parentb5a30b06519d220621f33524d79d5c49077f25b4 (diff)
downloadports-0d475096acfa4898995ca99d49473f3ccb6b9334.tar.gz
ports-0d475096acfa4898995ca99d49473f3ccb6b9334.zip
Correct default data directory for postgresql 10
...and make sure not to bump portrevision more than necessary. POINTED OUT BY: Peter Laursen
Notes
Notes: svn path=/head/; revision=450532
Diffstat (limited to 'databases/postgresql95-plpython')
-rw-r--r--databases/postgresql95-plpython/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile
index e3ff0e2eb64e..b7ee58be7576 100644
--- a/databases/postgresql95-plpython/Makefile
+++ b/databases/postgresql95-plpython/Makefile
@@ -2,6 +2,7 @@
PORTNAME= postgresql
CATEGORIES= databases python
+PORTREVISION= 0
PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org