summaryrefslogtreecommitdiff
path: root/net/freeradius2/files/patch-doc::Makefile
blob: 233648f85883673083200cd841b2fef4849729b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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)$(docdir)
 	for file in *[!~]; do \
 		if [ -f $$file -a $$file != Makefile ]; then \
@@ -24,6 +25,7 @@
 		fi; \
 	done
 	@$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common
+#endif
 
 common: $(SUBDIRS)