1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/gnu-radius/files/patch-raddb_Makefile.in
Vsevolod Stakhov 1ecf5e6d0f Use libtool13 as libtool15 doesn't work with this port (dynamic modules
load fails).
Do not remove config files, install -dist versions instead.

Approved by:		perky (mentor)
Special thanks to:	Anton Yuzhaninov <citrin@citrin.ru>
2005-07-28 06:40:01 +00:00

16 lines
781 B
Plaintext

--- raddb/Makefile.in.orig Wed Jul 27 21:46:31 2005
+++ raddb/Makefile.in Wed Jul 27 21:52:38 2005
@@ -556,10 +556,10 @@
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}-dist; \
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}-dist; \
done; \
for file in $(dictionaries); do \
${INSTALL} -m 644 $(top_srcdir)/raddb/$$file $(DESTDIR)$(raddbdir)/$$file; \