- use ${PREFIX}/share/doc/ instead of ${PREFIX}/doc/

This commit is contained in:
jasper 2012-05-15 08:45:11 +00:00
parent ae2b2f4867
commit 68e64f4c94
2 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2011/04/18 18:14:12 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2012/05/15 08:45:11 jasper Exp $
COMMENT = multiple states library for the lua language
SHARED_ONLY = Yes
DISTNAME = rings-1.2.3
PKGNAME = lua${DISTNAME}
REVISION = 0
CATEGORIES = devel
HOMEPAGE = http://www.keplerproject.org/rings/
@ -30,10 +31,10 @@ do-build:
do-install:
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR}
${INSTALL_DATA_DIR} ${PREFIX}/doc/luarings
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luarings
${INSTALL_DATA} ${WRKSRC}/src/stable.lua ${MODLUA_DATADIR}
${INSTALL_DATA} ${WRKSRC}/src/*.so ${MODLUA_LIBDIR}
${INSTALL_DATA} ${WRKSRC}/doc/us/* ${PREFIX}/doc/luarings
${INSTALL_DATA} ${WRKSRC}/doc/us/* ${PREFIX}/share/doc/luarings
do-regress:
cp ${WRKDIST}/src/*.so ${WRKDIST}/tests

View File

@ -1,9 +1,8 @@
@comment $OpenBSD: PLIST,v 1.4 2012/05/11 20:51:04 jasper Exp $
doc/
doc/luarings/
doc/luarings/index.html
doc/luarings/license.html
doc/luarings/manual.html
doc/luarings/rings.png
@comment $OpenBSD: PLIST,v 1.5 2012/05/15 08:45:11 jasper Exp $
share/doc/luarings/
share/doc/luarings/index.html
share/doc/luarings/license.html
share/doc/luarings/manual.html
share/doc/luarings/rings.png
lib/lua/${MODLUA_VERSION}/rings.so
share/lua/${MODLUA_VERSION}/stable.lua