mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- OptionsNG - LICENSE - Whitespace cleanup - EXAMPLE rewrite - Remove @unexec - radiusd.in modification - files/patch-dbm -> files/patch-radiusd_builddbm.c move and fix PR: 206457
15 lines
779 B
Text
15 lines
779 B
Text
--- raddb/Makefile.in.orig 2008-12-17 11:09:50 UTC
|
|
+++ raddb/Makefile.in
|
|
@@ -893,10 +893,10 @@ install-data-local:
|
|
echo '================================================================='; \
|
|
else \
|
|
for file in $(raddb_files_644); do \
|
|
- ${INSTALL} -m 644 $(top_srcdir)/raddb/$$file $(DESTDIR)$(raddbdir)/$$file; \
|
|
+ ${INSTALL} -m 644 $(top_srcdir)/raddb/$$file $(DESTDIR)$(raddbdir)/$${file}.sample; \
|
|
done; \
|
|
for file in $(raddb_files_600); do \
|
|
- ${INSTALL} -m 600 $(top_srcdir)/raddb/$$file $(DESTDIR)$(raddbdir)/$$file; \
|
|
+ ${INSTALL} -m 600 $(top_srcdir)/raddb/$$file $(DESTDIR)$(raddbdir)/$${file}.sample; \
|
|
done; \
|
|
for file in $(dictionaries); do \
|
|
${INSTALL} -m 644 $(top_srcdir)/raddb/$$file $(DESTDIR)$(raddbdir)/$$file; \
|