diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 16:19:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 16:19:53 +0000 |
commit | e05af3befbfa38f9803ac3ec24e6937b1e0c6b6f (patch) | |
tree | 91014f1d2d19fc77501391937e1be8a4d1daad77 /net/openradius/files/patch-ETCRules.mk | |
parent | Unbreak: 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/patch-ETCRules.mk')
-rw-r--r-- | net/openradius/files/patch-ETCRules.mk | 13 |
1 files changed, 13 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 + |