pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Use the LUA_CDIR and LUA_LDIR plist vars.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/027ffb17c3f5
branches:  trunk
changeset: 626003:027ffb17c3f5
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed Oct 30 06:04:16 2013 +0000

description:
Use the LUA_CDIR and LUA_LDIR plist vars.

diffstat:

 devel/lua-posix/PLIST    |  10 +++++-----
 textproc/lua-expat/PLIST |   6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (27 lines):

diff -r 1196e107e01a -r 027ffb17c3f5 devel/lua-posix/PLIST
--- a/devel/lua-posix/PLIST     Wed Oct 30 06:03:37 2013 +0000
+++ b/devel/lua-posix/PLIST     Wed Oct 30 06:04:16 2013 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/14 09:06:48 ryoon Exp $
-lib/lua/5.2/curses.lua
-lib/lua/5.2/curses_c.la
-lib/lua/5.2/posix.lua
-lib/lua/5.2/posix_c.la
+@comment $NetBSD: PLIST,v 1.2 2013/10/30 06:04:16 dholland Exp $
+${LUA_CDIR}/curses.lua
+${LUA_CDIR}/curses_c.la
+${LUA_CDIR}/posix.lua
+${LUA_CDIR}/posix_c.la
 share/doc/${PKGNAME}/curses.html
 share/doc/${PKGNAME}/curses_c.html
 share/doc/${PKGNAME}/index.html
diff -r 1196e107e01a -r 027ffb17c3f5 textproc/lua-expat/PLIST
--- a/textproc/lua-expat/PLIST  Wed Oct 30 06:03:37 2013 +0000
+++ b/textproc/lua-expat/PLIST  Wed Oct 30 06:04:16 2013 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.3 2013/09/01 04:48:21 ryoon Exp $
-lib/lua/5.2/lxp.so
-share/lua/5.2/lxp/lom.lua
+@comment $NetBSD: PLIST,v 1.4 2013/10/30 06:04:16 dholland Exp $
+${LUA_CDIR}/lxp.so
+${LUA_LDIR}/lxp/lom.lua



Home | Main Index | Thread Index | Old Index