diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:42:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:42:56 +0000 |
commit | b64d56cfff1f7d0403d9472dac2c38fdc8d271e6 (patch) | |
tree | a8170a2f4829dfdb2fe1d37dc988a2ffecb9575f /databases/p5-DBD-ODBC | |
parent | 301bc1bb7f947aea60ebb832fbcd73467b367125 (diff) | |
download | ports-b64d56cfff1f7d0403d9472dac2c38fdc8d271e6.tar.gz ports-b64d56cfff1f7d0403d9472dac2c38fdc8d271e6.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-ODBC')
-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> |