openbsd-ports/net/freeradius/patches/patch-Makefile
rui 1297ae0164 - maintenance update to freeradius 2.1.0.
- SNMP support is now available through an experimental Perl script.
- If snmp.conf is being used in your radiusd.conf you should delete or comment that entry.
- Check the Changelog for more information.

input and ok ajacoutot@
2008-09-21 15:39:14 +00:00

27 lines
802 B
Plaintext

$OpenBSD: patch-Makefile,v 1.6 2008/09/21 15:39:14 rui Exp $
--- Makefile.orig Fri Sep 5 14:27:57 2008
+++ Makefile Fri Sep 19 17:43:02 2008
@@ -44,14 +44,6 @@ tests:
#
export DESTDIR := $(R)
install:
- $(INSTALL) -d -m 755 $(R)$(sbindir)
- $(INSTALL) -d -m 755 $(R)$(bindir)
- $(INSTALL) -d -m 755 $(R)$(raddbdir)
- $(INSTALL) -d -m 755 $(R)$(mandir)
- $(INSTALL) -d -m 755 $(R)$(RUNDIR)
- $(INSTALL) -d -m 700 $(R)$(logdir)
- $(INSTALL) -d -m 700 $(R)$(radacctdir)
- $(INSTALL) -d -m 755 $(R)$(datadir)
$(INSTALL) -d -m 755 $(R)$(dictdir)
for i in 1 5 8; do \
$(INSTALL) -d -m 755 $(R)$(mandir)/man$$i; \
@@ -65,7 +57,6 @@ install:
for i in dictionary*; do \
$(INSTALL) -m 644 $$i $(R)$(dictdir); \
done
- $(LIBTOOL) --finish $(R)$(libdir)
ifneq ($(RADMIN),)
ifneq ($(RGROUP),)