svn commit: r339866 - head/databases/p5-DBD-ODBC

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:42:57 UTC 2014


Author: bapt
Date: Wed Jan 15 23:42:56 2014
New Revision: 339866
URL: http://svnweb.freebsd.org/changeset/ports/339866
QAT: https://qat.redports.org/buildarchive/r339866/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/databases/p5-DBD-ODBC/Makefile

Modified: head/databases/p5-DBD-ODBC/Makefile
==============================================================================
--- head/databases/p5-DBD-ODBC/Makefile	Wed Jan 15 23:42:17 2014	(r339865)
+++ head/databases/p5-DBD-ODBC/Makefile	Wed Jan 15 23:42:56 2014	(r339866)
@@ -45,8 +45,6 @@ MYODBC=		iodbc
 MYODBC=		unixodbc
 .endif
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e '/my $$myodbc/ s|q{}|"${MYODBC}"|' ${WRKSRC}/Makefile.PL
 
@@ -64,4 +62,4 @@ post-install:
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list