diff options
author | rh <rh@pkgsrc.org> | 2002-04-23 12:17:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-23 12:17:22 +0000 |
commit | 0485c0bce58f8daf0d9aad12a378e2d117ae8fca (patch) | |
tree | 368ba0661838a4464dd4d81543fbe360df79c36c /net/linc/patches | |
parent | 8c6bb35592e26564b248f41b5f8c8dcac51451f1 (diff) | |
download | pkgsrc-0485c0bce58f8daf0d9aad12a378e2d117ae8fca.tar.gz |
Initial import of linc-0.1.21, a network client/server library.
Diffstat (limited to 'net/linc/patches')
-rw-r--r-- | net/linc/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/linc/patches/patch-aa b/net/linc/patches/patch-aa new file mode 100644 index 00000000000..0b4ac827b3b --- /dev/null +++ b/net/linc/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/04/23 12:17:22 rh Exp $ + +--- docs/Makefile.in.orig Tue Apr 23 20:27:20 2002 ++++ docs/Makefile.in +@@ -327,8 +327,6 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ + fi) + + # |