diff options
author | agc <agc> | 2002-06-28 07:46:23 +0000 |
---|---|---|
committer | agc <agc> | 2002-06-28 07:46:23 +0000 |
commit | 0bdfa44716bbb023c9db3d5759f7426d0fbe2c98 (patch) | |
tree | 483658f251242974ef6224e91616ba395b6545f1 /lang | |
parent | 9648426de23a778dfe935fbe6b2551f7a6db8c6c (diff) | |
download | pkgsrc-0bdfa44716bbb023c9db3d5759f7426d0fbe2c98.tar.gz |
Make sure that rep.m4 is placed in the right directory.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/librep/distinfo | 4 | ||||
-rw-r--r-- | lang/librep/patches/patch-aa | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/lang/librep/distinfo b/lang/librep/distinfo index 0b6f33603fc..41e1fe30451 100644 --- a/lang/librep/distinfo +++ b/lang/librep/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2002/04/10 12:40:52 hubertf Exp $ +$NetBSD: distinfo,v 1.7 2002/06/28 07:46:23 agc Exp $ SHA1 (librep-0.15.1.tar.gz) = 1f0a785d49b0b43149951e7ab27f31d9c8415f6c Size (librep-0.15.1.tar.gz) = 895480 bytes -SHA1 (patch-aa) = f3d83f30f42d2920e1bc6ff868bb62abd892d27d +SHA1 (patch-aa) = f1575fb4010fedbf5db96146b947c0bd0e9d21f7 SHA1 (patch-ac) = 562f8a25b2da564fa4372101bfa1199b0c755ee3 diff --git a/lang/librep/patches/patch-aa b/lang/librep/patches/patch-aa index 5681281edd9..467f79d15bd 100644 --- a/lang/librep/patches/patch-aa +++ b/lang/librep/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.6 2002/04/10 11:13:28 hubertf Exp $ +$NetBSD: patch-aa,v 1.7 2002/06/28 07:46:25 agc Exp $ ---- Makedefs.in.orig Wed Apr 10 12:57:38 2002 -+++ Makedefs.in +--- Makedefs.in.orig Fri Aug 10 03:37:48 2001 ++++ Makedefs.in Fri Jun 28 08:43:07 2002 +@@ -36,7 +36,7 @@ + localstatedir=@localstatedir@ + mandir=@mandir@ + sharedstatedir=@sharedstatedir@ +-aclocaldir=@aclocaldir@ ++aclocaldir=@prefix@/share/aclocal + emacssitelispdir=@emacssitelispdir@ + + host_type=@host@ @@ -57,7 +57,7 @@ EXTRA_LIBOBJS=@EXTRA_LIBOBJS@ READLINE_LIBS=@READLINE_LIBS@ |