diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-21 07:45:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-21 07:45:31 +0000 |
commit | 9cb64d9023638514f353d3030dd243495c2862b4 (patch) | |
tree | c72c9b4edef7f73b84bd7b5fd531796327ac7e10 /dns/radns/files | |
parent | devel/valgrind: USES=tar:bzip2, shebangfix (diff) |
Fix building.
Submitted by: swills@
Notes
Notes:
svn path=/head/; revision=354718
Diffstat (limited to 'dns/radns/files')
-rw-r--r-- | dns/radns/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/radns/files/patch-Makefile b/dns/radns/files/patch-Makefile index d0531533459e..78831e787c72 100644 --- a/dns/radns/files/patch-Makefile +++ b/dns/radns/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2014-05-20 20:38:31.640144040 +0800 -+++ Makefile 2014-05-20 20:38:58.887133460 +0800 +--- Makefile.orig 2012-02-22 13:24:35.000000000 +0800 ++++ Makefile 2014-05-21 14:12:37.428927726 +0800 @@ -20,11 +20,11 @@ radns: $(OBJS) list.o: list.c list.h Makefile @@ -11,7 +11,7 @@ - install -m 755 radns-script $(ETCDIR) + install -m 755 radns $(DESTDIR)$(PREFIX)/bin + install -m 644 radns.man $(DESTDIR)$(PREFIX)/man/man8/radns.8 -+ install -o radns -g radns -d $(DESTDIR)$(ETCDIR) ++ install -d $(DESTDIR)$(ETCDIR) + install -m 755 dhclient-exit-hooks $(DESTDIR)$(ETCDIR) + install -m 755 radns-script $(DESTDIR)$(ETCDIR) |