pkgsrc/net/openslp/patches/patch-ai
adrianp 28583edea3 - Update to 1.2.1 - ok'ed jlam@
- This incorporates security fixes from SuSE to address the issues they found
From the ChangeLog:
> 02/04/2005 jcalcote@novell.com
> Incorporated various bug fixes from SuSE and others.
> Updated Autotools files for version 1.5+
2005-05-26 20:14:21 +00:00

19 lines
673 B
Text

$NetBSD: patch-ai,v 1.1 2005/05/26 20:14:21 adrianp Exp $
--- Makefile.am.orig 2005-02-25 21:37:57.000000000 +0000
+++ Makefile.am
@@ -21,10 +21,10 @@ install-data-local:
if [ -f $$file ]; then true; \
else cp -f $(srcdir)/etc/slp.spi $(DESTDIR)$(sysconfdir); \
fi
- rm -rf $(DESTDIR)$(DOC_DIR)
- mkdir -p $(DESTDIR)$(DOC_DIR)
- cp -r $(srcdir)/doc/* $(DESTDIR)$(DOC_DIR)
- rm -rf `find $(DESTDIR)$(DOC_DIR) -name CVS`
+# rm -rf $(DESTDIR)$(DOC_DIR)
+# mkdir -p $(DESTDIR)$(DOC_DIR)
+# cp -r $(srcdir)/doc/* $(DESTDIR)$(DOC_DIR)
+# rm -rf `find $(DESTDIR)$(DOC_DIR) -name CVS`
dist-hook:
-rm -rf `find $(distdir)/doc -name CVS`