diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:42:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:42:56 +0800 |
commit | 24fab088d6956b7eb295598d982363411a6c401b (patch) | |
tree | a8170a2f4829dfdb2fe1d37dc988a2ffecb9575f /databases | |
parent | e10d1b8f72ae372278f30050f98788d19c595874 (diff) | |
download | freebsd-ports-gnome-24fab088d6956b7eb295598d982363411a6c401b.tar.gz freebsd-ports-gnome-24fab088d6956b7eb295598d982363411a6c401b.tar.zst freebsd-ports-gnome-24fab088d6956b7eb295598d982363411a6c401b.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-ODBC/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile index 955553f14e0e..4ce61b4a8253 100644 --- a/databases/p5-DBD-ODBC/Makefile +++ b/databases/p5-DBD-ODBC/Makefile @@ -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> |