svn commit: r408957 - head/mail/rainloop

Adam Weinberger adamw at FreeBSD.org
Mon Feb 15 20:48:43 UTC 2016


Author: adamw
Date: Mon Feb 15 20:48:42 2016
New Revision: 408957
URL: https://svnweb.freebsd.org/changeset/ports/408957

Log:
  No need for bsd.port.options.mk here.
  
  Approved by:	portmgr blanket (just fix it)

Modified:
  head/mail/rainloop/Makefile

Modified: head/mail/rainloop/Makefile
==============================================================================
--- head/mail/rainloop/Makefile	Mon Feb 15 19:47:09 2016	(r408956)
+++ head/mail/rainloop/Makefile	Mon Feb 15 20:48:42 2016	(r408957)
@@ -49,8 +49,6 @@ MYSQL_USE=	PHP=pdo_mysql
 PGSQL_USE=	PHP=pdo_pgsql
 SQLITE_USE=	PHP=pdo_sqlite
 
-.include <bsd.port.options.mk>
-
 do-install:
 	@${MKDIR} ${STAGEDIR}${WWWDIR}/data
 	${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${WWWDIR}/data


More information about the svn-ports-all mailing list