Use SRCDIR instead of PATH
This commit is contained in:
parent
4980dadaa5
commit
d516d6f312
@ -4,6 +4,6 @@ INFO = bison
|
|||||||
INFOSECTION= "Programming & development tools."
|
INFOSECTION= "Programming & development tools."
|
||||||
INFOENTRY_bison= "* Bison: (bison). The GNU YACC-compatible parser generator."
|
INFOENTRY_bison= "* Bison: (bison). The GNU YACC-compatible parser generator."
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/../../../../contrib/bison
|
SRCDIR= ${.CURDIR}/../../../../contrib/bison
|
||||||
|
|
||||||
.include <bsd.info.mk>
|
.include <bsd.info.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user