diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-25 09:21:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-25 09:21:40 +0000 |
commit | 6b379292ef3240fc200d275260ce786831ce3de0 (patch) | |
tree | 4217bf5026edeb91e6f7456324772f8adfc03c25 /irc/ngircd/files | |
parent | e58194fed66762d3c173d74290e4959538090343 (diff) | |
download | ports-6b379292ef3240fc200d275260ce786831ce3de0.tar.gz ports-6b379292ef3240fc200d275260ce786831ce3de0.zip |
Notes
Diffstat (limited to 'irc/ngircd/files')
-rw-r--r-- | irc/ngircd/files/patch-doc::Makefile.in | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/irc/ngircd/files/patch-doc::Makefile.in b/irc/ngircd/files/patch-doc::Makefile.in index 214f9b420c57..15e69dac9577 100644 --- a/irc/ngircd/files/patch-doc::Makefile.in +++ b/irc/ngircd/files/patch-doc::Makefile.in @@ -1,23 +1,24 @@ ---- doc/Makefile.in.orig Sun Jul 20 10:36:24 2003 -+++ doc/Makefile.in Sun Jul 20 10:38:28 2003 -@@ -135,14 +135,11 @@ + +$FreeBSD$ + +--- doc/Makefile.in.orig ++++ doc/Makefile.in +@@ -149,12 +149,10 @@ + target_cpu = @target_cpu@ 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 -@@ -291,8 +288,8 @@ + all: all-am + +@@ -318,8 +316,8 @@ install-data-hook: $(mkinstalldirs) $(DESTDIR)$(sysconfdir) |