diff options
author | dholland <dholland@pkgsrc.org> | 2013-10-30 06:03:37 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-10-30 06:03:37 +0000 |
commit | 05033722779aef20ec94991fac94a042148b1fbe (patch) | |
tree | 4c22bc8d9dfdbe6bf2739e3e311e904c5106b193 /devel/lua-lpeg | |
parent | 513fd21e4b691e314f2379acefece3820a459f20 (diff) | |
download | pkgsrc-05033722779aef20ec94991fac94a042148b1fbe.tar.gz |
Use LUA_PKGPREFIX. Many Lua packages already do, but not these.
Diffstat (limited to 'devel/lua-lpeg')
-rw-r--r-- | devel/lua-lpeg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/lua-lpeg/Makefile b/devel/lua-lpeg/Makefile index 84ca20b8c02..69a8856e8b0 100644 --- a/devel/lua-lpeg/Makefile +++ b/devel/lua-lpeg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2013/08/15 06:32:05 obache Exp $ +# $NetBSD: Makefile,v 1.4 2013/10/30 06:03:37 dholland Exp $ # DISTNAME= lpeg-0.12 -PKGNAME= ${DISTNAME:S/lpeg/lua-lpeg/} +PKGNAME= ${DISTNAME:S/lpeg/${LUA_PKGPREFIX}-lpeg/} PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.inf.puc-rio.br/~roberto/lpeg/ @@ -30,7 +30,7 @@ SUBST_MESSAGE.interp= Fixing Lua include path. SUBST_FILES.interp= test.lua SUBST_SED.interp= -e 's|^\#!.*|\#!${PREFIX}/bin/lua|' -LPEG_HTML_DIR= share/doc/${PKGBASE} +LPEG_HTML_DIR= share/doc/lua-lpeg INSTALLATION_DIRS+= ${LUA_CDIR} ${LUA_LDIR} ${LPEG_HTML_DIR} do-install: |