diff options
author | rh <rh> | 1999-11-12 15:17:15 +0000 |
---|---|---|
committer | rh <rh> | 1999-11-12 15:17:15 +0000 |
commit | 8765534cb11ac56edeaf1a9c6c2d7569c67e300a (patch) | |
tree | 422e4f9781b463b41ac7db495fb289754afd6996 /print | |
parent | c2b90d4dafb7b85cea76d981252e02d8a62dcbea (diff) | |
download | pkgsrc-8765534cb11ac56edeaf1a9c6c2d7569c67e300a.tar.gz |
defuzz
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/files/patch-sum | 4 | ||||
-rw-r--r-- | print/gnome-print/patches/patch-ab | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/print/gnome-print/files/patch-sum b/print/gnome-print/files/patch-sum index 198215272fe..0754e99df33 100644 --- a/print/gnome-print/files/patch-sum +++ b/print/gnome-print/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.4 1999/09/08 16:13:07 rh Exp $ +$NetBSD: patch-sum,v 1.5 1999/11/12 15:17:15 rh Exp $ MD5 (patch-aa) = e807a28aea2ebb8e0744e1509d7c07da -MD5 (patch-ab) = eb25c9140ad1afaa50ecc09b5ada5647 +MD5 (patch-ab) = f9a4bccd8d151997db67845244471dd2 MD5 (patch-ac) = 65698ae5f9ed8d34846c2f2f154b35a1 diff --git a/print/gnome-print/patches/patch-ab b/print/gnome-print/patches/patch-ab index 1c10640bb1b..7307b8cfdde 100644 --- a/print/gnome-print/patches/patch-ab +++ b/print/gnome-print/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1 1999/08/01 15:55:00 abs Exp $ +$NetBSD: patch-ab,v 1.2 1999/11/12 15:17:16 rh Exp $ ---- Makefile.in.orig Sat Jul 31 20:37:15 1999 -+++ Makefile.in Sat Jul 31 20:39:29 1999 -@@ -324,15 +324,15 @@ +--- Makefile.in.orig Fri Nov 12 16:12:48 1999 ++++ Makefile.in Fri Nov 12 16:12:48 1999 +@@ -335,15 +335,15 @@ gnome-font-install: $(gnome_font_install_OBJECTS) $(gnome_font_install_DEPENDENCIES) @rm -f gnome-font-install @@ -19,5 +19,5 @@ $NetBSD: patch-ab,v 1.1 1999/08/01 15:55:00 abs Exp $ - $(LINK) $(testtext_LDFLAGS) $(testtext_OBJECTS) $(testtext_LDADD) $(LIBS) + $(LINK) $(testtext_OBJECTS) $(testtext_LDFLAGS) $(testtext_LDADD) $(LIBS) - install-confexecDATA: $(confexec_DATA) - @$(NORMAL_INSTALL) + testprint2: $(testprint2_OBJECTS) $(testprint2_DEPENDENCIES) + @rm -f testprint2 |