diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-18 04:27:22 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-18 04:27:22 +0000 |
commit | 3810853c7424ec6b9e0430a895dfb2207b024b4d (patch) | |
tree | bfb45911968bfe4bc53418077288864ea6fcae88 /net/openslp/files/patch-aa | |
parent | Update to 1.0.5 (diff) |
Update to 1.0.6
PR: 32940
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=51719
Diffstat (limited to 'net/openslp/files/patch-aa')
-rw-r--r-- | net/openslp/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/openslp/files/patch-aa b/net/openslp/files/patch-aa index 1ffec98a8f5f..397914612e17 100644 --- a/net/openslp/files/patch-aa +++ b/net/openslp/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Wed Sep 12 12:13:48 2001 -+++ Makefile.in Sat Sep 15 15:57:54 2001 +--- Makefile.in.orig Mon Dec 17 11:26:53 2001 ++++ Makefile.in Mon Dec 17 11:27:42 2001 @@ -78,8 +78,7 @@ VERSION = @VERSION@ @@ -10,10 +10,10 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = slp.list -@@ -343,10 +342,6 @@ - file=$(DESTDIR)$(sysconfdir)/slp.spi;\ - if [ -f $$file ]; then cp -f $$file $$file.bak; else true; fi - cp -f $(srcdir)/etc/slp.spi $(DESTDIR)$(sysconfdir) +@@ -347,10 +346,6 @@ + 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) |