${ENV} -> ${SETENV}
PR: 26783, 26784, 26785
This commit is contained in:
parent
cede1f075f
commit
d250723f24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42122
3 changed files with 3 additions and 3 deletions
|
@ -41,5 +41,5 @@ TCLVND= ${TCL_VER:S/.//}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
PLIST_SUBP!= ${ENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} environ
|
PLIST_SUBP!= ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} environ
|
||||||
PLIST_SUB+= ${PLIST_SUBP}
|
PLIST_SUB+= ${PLIST_SUBP}
|
||||||
|
|
|
@ -31,4 +31,4 @@ MANCOMPRESSED= maybe
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
PLIST_SUB!= ${ENV} TCL_VER=${TCL_VER} ${MAKE} -f ${MAKEFILE} env
|
PLIST_SUB!= ${SETENV} TCL_VER=${TCL_VER} ${MAKE} -f ${MAKEFILE} env
|
||||||
|
|
|
@ -41,5 +41,5 @@ post-install:
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
PLIST_SUBP!= ${ENV} TCL_VER=${TCL_VER} ${MAKE} -f ${MAKEFILE} environ
|
PLIST_SUBP!= ${SETENV} TCL_VER=${TCL_VER} ${MAKE} -f ${MAKEFILE} environ
|
||||||
PLIST_SUB+= ${PLIST_SUBP}
|
PLIST_SUB+= ${PLIST_SUBP}
|
||||||
|
|
Loading…
Reference in a new issue