freebsd-ports/irc/ngircd/files/patch-doc::Makefile.in
Marcus Alves Grando 6816e33083 Update to 0.9.2
Take MAINTAINER

PR:		87693
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-10-20 00:00:32 +00:00

30 lines
1,006 B
Text

--- doc/Makefile.in.orig Wed Oct 19 18:33:52 2005
+++ doc/Makefile.in Wed Oct 19 18:35:19 2005
@@ -135,14 +135,11 @@
target_os = @target_os@
target_vendor = @target_vendor@
-EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt \
- README-AUX.txt README-BeOS.txt RFC.txt sample-ngircd.conf
-
+EXTRA_DIST =
docdir = $(datadir)/doc/$(PACKAGE)
-documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \
- ../NEWS ../README
+documents = $(EXTRA_DIST)
subdir = doc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -294,8 +291,8 @@
install-data-hook:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
- if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \
- $(INSTALL) -m 600 -c $(srcdir)/sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf; \
+ if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf.sample ]; then \
+ $(INSTALL) -m 600 -c $(srcdir)/sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf.sample; \
fi
$(mkinstalldirs) $(DESTDIR)$(docdir)
for f in $(documents); do \