summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql91-server/Makefile')
-rw-r--r--databases/postgresql91-server/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 5030637f9f88..81556dfd9e00 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -112,7 +112,8 @@ SSL_DESC= Build with OpenSSL support
OPTIONS_DEFAULT= NLS XML TZDATA INTDATE SSL
.endif # !SLAVE_ONLY
-.include <bsd.port.options.mk>
+# For testing files in FILESDIR
+.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MSSL}
USE_OPENSSL= yes
@@ -388,4 +389,4 @@ check:
fi
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>