diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-01 05:42:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-01 05:42:35 +0000 |
commit | be00cf684507d29af3ccb739910a6b7c19244206 (patch) | |
tree | 5987e2fe846227ee9d9d6dd0e87164b276cc3aaf /net/radiusd-cistron/files/patch-Make.inc | |
parent | Fix build failure caused by defining NO_PROFILE in src.conf. (diff) |
- fix default dictionary file
Notes
Notes:
svn path=/head/; revision=335365
Diffstat (limited to 'net/radiusd-cistron/files/patch-Make.inc')
-rw-r--r-- | net/radiusd-cistron/files/patch-Make.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/radiusd-cistron/files/patch-Make.inc b/net/radiusd-cistron/files/patch-Make.inc index 1ebb37a62874..e6822391efd1 100644 --- a/net/radiusd-cistron/files/patch-Make.inc +++ b/net/radiusd-cistron/files/patch-Make.inc @@ -9,7 +9,7 @@ SERVER_OBJS = radiusd.o files.o acct.o pam.o version.o proxy.o \ exec.o auth.o timestr.o cache.o readusers.o -@@ -115,36 +115,36 @@ +@@ -115,35 +115,35 @@ install: # Install the binaries @@ -62,6 +62,4 @@ + [ ! -f $(RADIUS_DIR)/$$i ] && cp $$i $(DESTROOT)$(RADIUS_DIR)/$$i.sample; \ done; true @# Install the dictionary files -- @sh dict-install.sh ../raddb $(RADIUS_DIR) $(SHAREDIR) -+ @sh dict-install.sh ../raddb $(RADIUS_DIR) $(DESTROOT)$(SHAREDIR) - + @sh dict-install.sh ../raddb $(RADIUS_DIR) $(SHAREDIR) |