aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql96-docs
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/postgresql96-docs
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/postgresql96-docs')
-rw-r--r--databases/postgresql96-docs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql96-docs/Makefile b/databases/postgresql96-docs/Makefile
index 0aaca684f5ad..ebfdfdc82250 100644
--- a/databases/postgresql96-docs/Makefile
+++ b/databases/postgresql96-docs/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= postgresql
+PORTREVISION= 0
PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S,.,,}-docs
-DISTV= ${DISTVERSION:R}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= The PostgreSQL documentation set
@@ -11,6 +11,8 @@ COMMENT= The PostgreSQL documentation set
MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
WANT_PGSQL_VER?=9.6
+DISTV= ${DISTVERSION:R}
+
SLAVE_ONLY= YES
COMPONENT= -docs
@@ -41,5 +43,4 @@ post-install:
@(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type d) | ${SORT} -r | \
${SED} 's,.*,@unexec rmdir %D/& 2>/dev/null || true,' >>${TMPPLIST}
-
.include "${MASTERDIR}/Makefile"