aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-09-15 18:58:52 +0800
committerlinimon <linimon@FreeBSD.org>2006-09-15 18:58:52 +0800
commite51cee47df4e4fbded499c79e117217c07415cb8 (patch)
treeb7b1387cd23e16f5d630e23cec5f08849f70c14d /devel
parent7a27784394368a6b530ffc9f3cacd6bcfe88acf1 (diff)
downloadfreebsd-ports-graphics-e51cee47df4e4fbded499c79e117217c07415cb8.tar.gz
freebsd-ports-graphics-e51cee47df4e4fbded499c79e117217c07415cb8.tar.zst
freebsd-ports-graphics-e51cee47df4e4fbded499c79e117217c07415cb8.zip
Catch up with the last few files tested on pointyhat as part of later
revisions to ports/101612 that were not in the PR. Hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r--devel/lua-pty/Makefile2
-rw-r--r--devel/lua50-pty/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/lua-pty/Makefile b/devel/lua-pty/Makefile
index b80cb3f8680..1081b530b53 100644
--- a/devel/lua-pty/Makefile
+++ b/devel/lua-pty/Makefile
@@ -19,7 +19,7 @@ COMMENT= Pty (pseudo-terminal) bindings for Lua 5.0.x
USE_LUA= 5.0
LUA_COMPS= lua compat51
-COMPAT_SRC!= `(cd ${PORTSDIR}/devel/lua50-compat51 && ${MAKE} -V WRKSRC)`
+COMPAT_SRC= `(cd ${PORTSDIR}/devel/lua50-compat51 && ${MAKE} -V WRKSRC)`
MAKE_ENV= COMPATDIR="${COMPAT_SRC}"
PLIST_FILES= %%LUA_MODSHAREDIR%%/pty.lua \
diff --git a/devel/lua50-pty/Makefile b/devel/lua50-pty/Makefile
index b80cb3f8680..1081b530b53 100644
--- a/devel/lua50-pty/Makefile
+++ b/devel/lua50-pty/Makefile
@@ -19,7 +19,7 @@ COMMENT= Pty (pseudo-terminal) bindings for Lua 5.0.x
USE_LUA= 5.0
LUA_COMPS= lua compat51
-COMPAT_SRC!= `(cd ${PORTSDIR}/devel/lua50-compat51 && ${MAKE} -V WRKSRC)`
+COMPAT_SRC= `(cd ${PORTSDIR}/devel/lua50-compat51 && ${MAKE} -V WRKSRC)`
MAKE_ENV= COMPATDIR="${COMPAT_SRC}"
PLIST_FILES= %%LUA_MODSHAREDIR%%/pty.lua \