aboutsummaryrefslogtreecommitdiffstats
path: root/net/freeradius/files/patch-doc::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/freeradius/files/patch-doc::Makefile')
-rw-r--r--net/freeradius/files/patch-doc::Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/freeradius/files/patch-doc::Makefile b/net/freeradius/files/patch-doc::Makefile
index 251c70382085..233648f85883 100644
--- a/net/freeradius/files/patch-doc::Makefile
+++ b/net/freeradius/files/patch-doc::Makefile
@@ -1,18 +1,18 @@
---- doc/Makefile.orig Mon Mar 27 15:12:40 2006
-+++ doc/Makefile Mon Mar 27 15:13:06 2006
+--- doc/Makefile.orig Sat Jul 15 18:16:51 2006
++++ doc/Makefile Fri Oct 27 11:22:45 2006
@@ -17,6 +17,7 @@
@rm -f *~
install:
-+ifndef NOPORTDOCS
- $(INSTALL) -d -m 755 $(R)$(datadir)/doc
- $(INSTALL) -d -m 755 $(R)$(datadir)/doc/freeradius
++#ifndef NOPORTDOCS
+ $(INSTALL) -d -m 755 $(R)$(docdir)
for file in *[!~]; do \
-@@ -25,6 +26,7 @@
+ if [ -f $$file -a $$file != Makefile ]; then \
+@@ -24,6 +25,7 @@
fi; \
done
@$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common
-+endif
++#endif
common: $(SUBDIRS)