mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Reduce over inclusion of bsd.port.mk
This commit is contained in:
parent
301bc1bb7f
commit
b64d56cfff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339866
1 changed files with 1 additions and 3 deletions
|
@ -45,8 +45,6 @@ MYODBC= iodbc
|
||||||
MYODBC= unixodbc
|
MYODBC= unixodbc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/my $$myodbc/ s|q{}|"${MYODBC}"|' ${WRKSRC}/Makefile.PL
|
@${REINPLACE_CMD} -e '/my $$myodbc/ s|q{}|"${MYODBC}"|' ${WRKSRC}/Makefile.PL
|
||||||
|
|
||||||
|
@ -64,4 +62,4 @@ post-install:
|
||||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue