svn commit: r319957 - head/mail/dspam-devel
Jason Helfman
jgh at FreeBSD.org
Wed Jun 5 08:01:09 UTC 2013
Author: jgh
Date: Wed Jun 5 08:01:09 2013
New Revision: 319957
URL: http://svnweb.freebsd.org/changeset/ports/319957
Log:
-another conversion fix for PGSQL
Reported by: qat
Modified:
head/mail/dspam-devel/Makefile
Modified: head/mail/dspam-devel/Makefile
==============================================================================
--- head/mail/dspam-devel/Makefile Wed Jun 5 07:51:38 2013 (r319956)
+++ head/mail/dspam-devel/Makefile Wed Jun 5 08:01:09 2013 (r319957)
@@ -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
More information about the svn-ports-head
mailing list