summaryrefslogtreecommitdiff
path: root/mail/dspam-devel
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-06-05 08:01:09 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-06-05 08:01:09 +0000
commitdc287e59c09f8ffed2d87edc5f1d86f73f2424cf (patch)
treeca9c936a69fe46d05f44fb15f6f2c15d48dc023d /mail/dspam-devel
parent- DB selection needs to be OPTIONS_MULTI (diff)
-another conversion fix for PGSQL
Reported by: qat
Notes
Notes: svn path=/head/; revision=319957
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r--mail/dspam-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile
index a9abe77f01e3..be9a7ad548cd 100644
--- a/mail/dspam-devel/Makefile
+++ b/mail/dspam-devel/Makefile
@@ -548,7 +548,7 @@ post-install:
virtual_user_aliases.sql \
virtual_users.sql ${EXAMPLESDIR}/mysql
.endif
-.if ${PORT_OPTIONS:MPOSTGRESQL}
+.if ${PORT_OPTIONS:MPGSQL}
@${MKDIR} ${EXAMPLESDIR}/pgsql
@cd ${WRKSRC}/src/tools.pgsql_drv && \
${INSTALL_DATA} *.sql ${EXAMPLESDIR}/pgsql