Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 23:42:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339866 - head/databases/p5-DBD-ODBC
Message-ID:  <201401152342.s0FNgudH087907@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152342.s0FNgudH087907>