diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /net-im/jabber/files/patch-ab | |
parent | Fix typo. (ghostscript55htff -> ghostscript55httf) (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Diffstat (limited to 'net-im/jabber/files/patch-ab')
-rw-r--r-- | net-im/jabber/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-im/jabber/files/patch-ab b/net-im/jabber/files/patch-ab deleted file mode 100644 index 6272a4f76e86..000000000000 --- a/net-im/jabber/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- src/Makefile.in.orig Mon May 1 19:47:49 2000 -+++ src/Makefile.in Wed May 17 17:05:17 2000 -@@ -442,14 +442,8 @@ - - - install-data-local: -- $(SH) if test ! -f $(sysconfdir)/jserver.xml; then \ -- $(mkinstalldirs) $(sysconfdir); \ -- $(INSTALL_DATA) $(top_builddir)/src/jserver.xml $(sysconfdir)/jserver.xml; \ -- else \ -- echo "You already have a jserver.xml installed, not overwriting"; \ -- fi -- $(mkinstalldirs) $(prefix)/var/jspool -- $(mkinstalldirs) $(prefix)/var/log -+ $(mkinstalldirs) $(sysconfdir); -+ $(INSTALL_DATA) $(top_builddir)/src/jserver.xml $(sysconfdir)/jserver.xml.default - - # 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. |