summaryrefslogtreecommitdiff
path: root/net/openradius/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-11 16:19:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-11 16:19:53 +0000
commite05af3befbfa38f9803ac3ec24e6937b1e0c6b6f (patch)
tree91014f1d2d19fc77501391937e1be8a4d1daad77 /net/openradius/files
parentUnbreak: I couldn't find a sane way of disabling X11-detection if it's not (diff)
- Update to 0.9.10
PR: ports/79412 Submitted by: Adam Jette <jettea46@yahoo.com> (maintainer)
Notes
Notes: svn path=/head/; revision=133035
Diffstat (limited to 'net/openradius/files')
-rw-r--r--net/openradius/files/patch-ETCRules.mk13
-rw-r--r--net/openradius/files/patch-Rules.mk15
2 files changed, 28 insertions, 0 deletions
diff --git a/net/openradius/files/patch-ETCRules.mk b/net/openradius/files/patch-ETCRules.mk
new file mode 100644
index 000000000000..b8d850c83fd5
--- /dev/null
+++ b/net/openradius/files/patch-ETCRules.mk
@@ -0,0 +1,13 @@
+--- etc/Rules.mk.orig Thu Mar 31 10:50:37 2005
++++ etc/Rules.mk Thu Mar 31 10:50:29 2005
+@@ -11,9 +11,7 @@
+
+ CMD_INSTETC := $(CMD_INSTETC) \
+ $(INST) $(d)/subdicts/* -m 644 -d $(DIR_ETC)/subdicts \
+- $(d)/modules/* -m 644 -d $(DIR_ETC)/modules \
+- $(d)/legacy/* -m 640 -d $(DIR_ETC)/legacy ;
+-
++ $(d)/modules/* -m 644 -d $(DIR_ETC)/modules ;
+
+ # Standard things
+
diff --git a/net/openradius/files/patch-Rules.mk b/net/openradius/files/patch-Rules.mk
new file mode 100644
index 000000000000..718e523747fc
--- /dev/null
+++ b/net/openradius/files/patch-Rules.mk
@@ -0,0 +1,15 @@
+--- Rules.mk.orig Thu Mar 31 10:55:15 2005
++++ Rules.mk Thu Mar 31 10:55:43 2005
+@@ -69,12 +69,7 @@
+ $(CMD_INSTBIN)
+ $(INST) $(TGT_SBIN) -m 750 -d $(DIR_SBIN)
+ $(CMD_INSTSBIN)
+-ifeq ($(wildcard $(DIR_ETC)/*),)
+- $(INST) $(TGT_ETC) -m 644 -d $(DIR_ETC)
+ $(CMD_INSTETC)
+-else
+- @echo Configuration directory $(DIR_ETC) already present -- skipping
+-endif
+ $(INST) $(TGT_LIB) -m 750 -d $(DIR_LIB)
+ $(CMD_INSTLIB)
+ @echo