pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/lua Fixed the path where the manual pages are ins...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ea69ffb2214
branches: trunk
changeset: 518171:8ea69ffb2214
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Sep 02 19:22:32 2006 +0000
description:
Fixed the path where the manual pages are installed.
diffstat:
lang/lua/distinfo | 4 ++--
lang/lua/patches/patch-aa | 13 +++++++++----
2 files changed, 11 insertions(+), 6 deletions(-)
diffs (41 lines):
diff -r 004c0e712325 -r 8ea69ffb2214 lang/lua/distinfo
--- a/lang/lua/distinfo Sat Sep 02 18:42:18 2006 +0000
+++ b/lang/lua/distinfo Sat Sep 02 19:22:32 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2006/08/14 22:31:39 wiz Exp $
+$NetBSD: distinfo,v 1.16 2006/09/02 19:22:32 rillig Exp $
SHA1 (lua-5.1.1.tar.gz) = be13878ceef8e1ee7a4201261f0adf09f89f1005
RMD160 (lua-5.1.1.tar.gz) = 0b9cc31cca1a0f4c2ebb62f177dc157677953a4c
Size (lua-5.1.1.tar.gz) = 207810 bytes
-SHA1 (patch-aa) = 34380612e3f032881b47510c114da2b875084b0f
+SHA1 (patch-aa) = 089b2f33ec8263a18ec823fd8d75d6e734003b06
SHA1 (patch-ab) = 6aaf6f383b10ba4096498a2d8b8f41d4ba9233fd
diff -r 004c0e712325 -r 8ea69ffb2214 lang/lua/patches/patch-aa
--- a/lang/lua/patches/patch-aa Sat Sep 02 18:42:18 2006 +0000
+++ b/lang/lua/patches/patch-aa Sat Sep 02 19:22:32 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.12 2006/08/14 22:31:39 wiz Exp $
+$NetBSD: patch-aa,v 1.13 2006/09/02 19:22:32 rillig Exp $
---- Makefile.orig 2006-06-02 10:53:38.000000000 +0000
-+++ Makefile
-@@ -11,7 +11,7 @@ PLAT= none
+--- Makefile.orig 2006-06-02 12:53:38.000000000 +0200
++++ Makefile 2006-09-02 21:07:17.000000000 +0200
+@@ -11,11 +11,11 @@ PLAT= none
# if INSTALL_TOP is not an absolute path. (Man pages are installed from the
# doc directory.)
#
@@ -11,6 +11,11 @@
INSTALL_BIN= $(INSTALL_TOP)/bin
INSTALL_INC= $(INSTALL_TOP)/include
INSTALL_LIB= $(INSTALL_TOP)/lib
+-INSTALL_MAN= $(INSTALL_TOP)/man/man1
++INSTALL_MAN= $(INSTALL_TOP)/${PKGMANDIR}/man1
+ INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V
+ INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V
+
@@ -42,7 +42,7 @@ PLATS= aix ansi bsd generic linux macosx
# What to install.
TO_BIN= lua luac
Home |
Main Index |
Thread Index |
Old Index