summaryrefslogtreecommitdiff
path: root/net-mgmt/ipv6calc/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-06-26 12:19:55 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-06-26 12:19:55 +0000
commitc8347b8a801df745dec09dd86f6937503f11698f (patch)
tree686b9fac4147ffdb6facd55710e615616b29f467 /net-mgmt/ipv6calc/files
parentThe patch will prevent the Director for crashing or hanging ( depending on (diff)
Upgrade to version 0.60.0
Diffstat (limited to 'net-mgmt/ipv6calc/files')
-rw-r--r--net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile11
-rw-r--r--net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile.in11
-rw-r--r--net-mgmt/ipv6calc/files/patch-man__Makefile.in9
3 files changed, 9 insertions, 22 deletions
diff --git a/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile b/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile
deleted file mode 100644
index 7504d3b602b0..000000000000
--- a/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- ipv6calc/Makefile.orig Mon Feb 13 07:07:30 2006
-+++ ipv6calc/Makefile Mon Feb 13 07:07:34 2006
-@@ -35,7 +35,7 @@
- $(OBJS): ipv6calc.h showinfo.h
-
- libipv6calc.a:
-- cd ../ && make lib-make
-+ cd ../ && ${MAKE} lib-make
-
- ipv6calc: $(OBJS) libipv6calc.a ../lib/ipv6calcoptions.h
- $(CC) -o ipv6calc $(OBJS) $(GETOBJS) -lipv6calc -L../lib/ $(LDFLAGS)
diff --git a/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile.in b/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile.in
deleted file mode 100644
index 539f20b4fbbe..000000000000
--- a/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ipv6calc/Makefile.in.orig Mon Feb 13 07:07:21 2006
-+++ ipv6calc/Makefile.in Mon Feb 13 07:07:28 2006
-@@ -35,7 +35,7 @@
- $(OBJS): ipv6calc.h showinfo.h
-
- libipv6calc.a:
-- cd ../ && make lib-make
-+ cd ../ && ${MAKE} lib-make
-
- ipv6calc: $(OBJS) libipv6calc.a ../lib/ipv6calcoptions.h
- $(CC) -o ipv6calc $(OBJS) $(GETOBJS) -lipv6calc -L../lib/ $(LDFLAGS)
diff --git a/net-mgmt/ipv6calc/files/patch-man__Makefile.in b/net-mgmt/ipv6calc/files/patch-man__Makefile.in
new file mode 100644
index 000000000000..0e9b0d750bfc
--- /dev/null
+++ b/net-mgmt/ipv6calc/files/patch-man__Makefile.in
@@ -0,0 +1,9 @@
+--- man/Makefile.in.orig Mon Jun 26 22:16:23 2006
++++ man/Makefile.in Mon Jun 26 22:16:35 2006
+@@ -24,5 +24,5 @@
+ install:
+ mkdir -p $(root)@mandir@/man8
+ for f in *.8; do \
+- install -m 644 $$f $(root)@mandir@/man8; \
++ install -m 644 $$f $(root)${PREFIX}/man/man8; \
+ done