diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-01 13:16:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-01 13:16:04 +0000 |
commit | ec419424bfbc972984f52496dc54706e5a7edc56 (patch) | |
tree | ba1ca4767a580b71972aff8bb7fc950fe10cf289 /databases/postgresql95-docs | |
parent | 0c508133451ad8bf972ea7b8c67a6c4afbaa1b34 (diff) | |
download | ports-ec419424bfbc972984f52496dc54706e5a7edc56.tar.gz ports-ec419424bfbc972984f52496dc54706e5a7edc56.zip |
Notes
Diffstat (limited to 'databases/postgresql95-docs')
-rw-r--r-- | databases/postgresql95-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql95-docs/Makefile b/databases/postgresql95-docs/Makefile index cbb5139278f5..059cfb44e24b 100644 --- a/databases/postgresql95-docs/Makefile +++ b/databases/postgresql95-docs/Makefile @@ -3,4 +3,4 @@ WANT_PGSQL_VER=9.5 -.include "${.CURDIR}/../postgresql91-docs/Makefile" +.include "${.CURDIR}/../postgresql96-docs/Makefile" |