svn commit: r314344 - head/mail/postfixadmin

Martin Wilke miwi at FreeBSD.org
Sat Mar 16 09:04:42 UTC 2013


Author: miwi
Date: Sat Mar 16 09:04:41 2013
New Revision: 314344
URL: http://svnweb.freebsd.org/changeset/ports/314344

Log:
  - MYSQL and PGSQL are default in b.o.d.m
  - Correct the include part

Modified:
  head/mail/postfixadmin/Makefile

Modified: head/mail/postfixadmin/Makefile
==============================================================================
--- head/mail/postfixadmin/Makefile	Sat Mar 16 08:30:46 2013	(r314343)
+++ head/mail/postfixadmin/Makefile	Sat Mar 16 09:04:41 2013	(r314344)
@@ -20,13 +20,11 @@ SUB_FILES+=	pkg-message
 
 OPTIONS_SINGLE=	DB
 OPTIONS_SINGLE_DB=	MYSQL MYSQLI PGSQL
-MYSQL_DESC=	MySQL back-end (use mysql PHP extension)
 MYSQLI_DESC=	MySQL 4.1+ back-end (use mysqli PHP extension)
-PGSQL_DESC=	PostgreSQL back-end (use pgsql PHP extension)
 
 OPTIONS_DEFAULT=	MYSQL
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 USE_PHP=	pcre session mbstring spl xmlrpc
 
@@ -91,4 +89,4 @@ post-install:
 	@${CHMOD} 640 ${PREFIX}/www/postfixadmin/users/*.php
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list