diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-12 23:10:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-12 23:10:50 +0000 |
commit | 507cc4ed8a6826aae35e0ab68353cc74439598d3 (patch) | |
tree | f8e2422c9005d4e37b5f0441f526153fb67e9f79 /devel/gtexinfo/patches | |
parent | 9c85b6d6fa3591c85bcc985f3e70221a9c3931b3 (diff) | |
download | pkgsrc-507cc4ed8a6826aae35e0ab68353cc74439598d3.tar.gz |
Actually, let's only use one of the dependency files, as intended.
Diffstat (limited to 'devel/gtexinfo/patches')
-rw-r--r-- | devel/gtexinfo/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gtexinfo/patches/patch-aa b/devel/gtexinfo/patches/patch-aa index 5bd9e1894f6..593fb636bbf 100644 --- a/devel/gtexinfo/patches/patch-aa +++ b/devel/gtexinfo/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.12 2004/07/12 21:28:28 wiz Exp $ +$NetBSD: patch-aa,v 1.13 2004/07/12 23:10:50 wiz Exp $ --- util/Makefile.in.orig 2004-07-12 22:13:07.000000000 +0200 +++ util/Makefile.in @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.12 2004/07/12 21:28:28 wiz Exp $ # noticing when the version changes. texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi - sed 's/__VERSION__/@VERSION@/g' $< >$@ -+ sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in $(top_srcdir)/doc/version.texi >$@ ++ sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in >$@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |