pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/findutils Make sure this package installs to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/44f2a3ed4c27
branches: trunk
changeset: 474951:44f2a3ed4c27
user: reed <reed%pkgsrc.org@localhost>
date: Sat May 08 01:24:12 2004 +0000
description:
Make sure this package installs to INFO_DIR (instead of info)
since it uses INFO_FILES.
diffstat:
sysutils/findutils/Makefile | 3 ++-
sysutils/findutils/distinfo | 3 ++-
sysutils/findutils/patches/patch-al | 13 +++++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
diffs (48 lines):
diff -r d5f920693bcb -r 44f2a3ed4c27 sysutils/findutils/Makefile
--- a/sysutils/findutils/Makefile Sat May 08 01:06:26 2004 +0000
+++ b/sysutils/findutils/Makefile Sat May 08 01:24:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/05/04 02:07:06 snj Exp $
+# $NetBSD: Makefile,v 1.13 2004/05/08 01:24:12 reed Exp $
DISTNAME= findutils-4.1
PKGREVISION= 3
@@ -11,6 +11,7 @@
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
+MAKE_ENV+= INFO_DIR=${INFO_DIR}
INFO_FILES= find.info
diff -r d5f920693bcb -r 44f2a3ed4c27 sysutils/findutils/distinfo
--- a/sysutils/findutils/distinfo Sat May 08 01:06:26 2004 +0000
+++ b/sysutils/findutils/distinfo Sat May 08 01:24:12 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/10/22 11:35:40 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/05/08 01:24:12 reed Exp $
SHA1 (findutils-4.1.tar.gz) = b91cd03ca4c9659b3e5d40e841c64bfd2e7f25d8
Size (findutils-4.1.tar.gz) = 294494 bytes
@@ -6,3 +6,4 @@
SHA1 (patch-ab) = 13664baa3e9348413416c920776be659d5dc59c3
SHA1 (patch-ac) = 2443dab53a9bc738cdb16e46b5aa7893ee7c13aa
SHA1 (patch-ad) = 4f28e677b099e60b0097b0f7358dc4c51f07e1aa
+SHA1 (patch-al) = 2b75b8fc967aad1bcabee529d796bbf1b4b5a327
diff -r d5f920693bcb -r 44f2a3ed4c27 sysutils/findutils/patches/patch-al
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/findutils/patches/patch-al Sat May 08 01:24:12 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2004/05/08 01:24:12 reed Exp $
+
+--- doc/Makefile.in.orig Sat Nov 5 06:44:12 1994
++++ doc/Makefile.in Fri May 7 17:47:16 2004
+@@ -31,7 +31,7 @@
+ sharedstatedir = $(prefix)/com
+ localstatedir = $(prefix)/var
+ libdir = $(exec_prefix)/lib
+-infodir = $(prefix)/info
++infodir = $(prefix)/$(INFO_DIR)
+ mandir = $(prefix)/man
+ includedir = $(prefix)/include
+ oldincludedir = /usr/include
Home |
Main Index |
Thread Index |
Old Index