aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-06-05 16:01:09 +0800
committerjgh <jgh@FreeBSD.org>2013-06-05 16:01:09 +0800
commit0219508e45a0c564fb33b65fc4ba71306dc96045 (patch)
treeca9c936a69fe46d05f44fb15f6f2c15d48dc023d /mail
parent698332f8ea94aeeed66f9cdd32b9e72e93129357 (diff)
downloadfreebsd-ports-gnome-0219508e45a0c564fb33b65fc4ba71306dc96045.tar.gz
freebsd-ports-gnome-0219508e45a0c564fb33b65fc4ba71306dc96045.tar.zst
freebsd-ports-gnome-0219508e45a0c564fb33b65fc4ba71306dc96045.zip
-another conversion fix for PGSQL
Reported by: qat
Diffstat (limited to 'mail')
-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