diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-19 05:39:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-19 05:39:45 +0800 |
commit | 8d43e750da3a5ad3073caa02534d26e12f019b54 (patch) | |
tree | 543135ef05c62d32551ce8a305014c352aa7b186 | |
parent | 9f308c8d79228bb09fe423d3f23f2b012c12a0df (diff) | |
download | freebsd-ports-gnome-8d43e750da3a5ad3073caa02534d26e12f019b54.tar.gz freebsd-ports-gnome-8d43e750da3a5ad3073caa02534d26e12f019b54.tar.zst freebsd-ports-gnome-8d43e750da3a5ad3073caa02534d26e12f019b54.zip |
Fix lcompat-5.1.so is listed twice in plist
-rw-r--r-- | devel/lua50-compat51/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/lua50-compat51/Makefile b/devel/lua50-compat51/Makefile index 39090cd07e28..5f6b15ec8fce 100644 --- a/devel/lua50-compat51/Makefile +++ b/devel/lua50-compat51/Makefile @@ -18,10 +18,9 @@ COMMENT= Lua 5.1 package compatibility layer for Lua 5.0.x USE_LUA= 5.0 WRKSRC= ${WRKDIR}/compat-${CVER}${CREV} -MAKE_ENV= CVER="${CVER}" +MAKE_ENV+= CVER="${CVER}" PLIST_FILES= %%LUA_MODSHAREDIR%%/compat-${CVER}.lua \ %%LUA_MODLIBDIR%%/lcompat-${CVER}.so \ - %%LUA_MODLIBDIR%%/lcompat-${CVER}.so \ %%LUA_INCDIR%%/compat-${CVER}.h # Update these values when there is a new release. |