diff options
author | mharo <mharo@FreeBSD.org> | 2001-05-01 17:55:09 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-05-01 17:55:09 +0800 |
commit | 9a08588dcdbe8fcd73d6166277bd97c0b37df408 (patch) | |
tree | 51299e4a90e43a822848c2d8f43900fbfb89654c /graphics/gdtclft | |
parent | cb43f183be624ca2298c376fc0db96a251ec05d7 (diff) | |
download | freebsd-ports-graphics-9a08588dcdbe8fcd73d6166277bd97c0b37df408.tar.gz freebsd-ports-graphics-9a08588dcdbe8fcd73d6166277bd97c0b37df408.tar.zst freebsd-ports-graphics-9a08588dcdbe8fcd73d6166277bd97c0b37df408.zip |
${ENV} -> ${SETENV}
PR: 26783, 26784, 26785
Diffstat (limited to 'graphics/gdtclft')
-rw-r--r-- | graphics/gdtclft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 1895169793d..047feb0f097 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -31,4 +31,4 @@ MANCOMPRESSED= maybe .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 |