summaryrefslogtreecommitdiff
path: root/net-mgmt/ipv6calc/files/patch-man__Makefile.in
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/patch-man__Makefile.in
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/patch-man__Makefile.in')
-rw-r--r--net-mgmt/ipv6calc/files/patch-man__Makefile.in9
1 files changed, 9 insertions, 0 deletions
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