aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipv6calc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2009-01-12 11:03:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2009-01-12 11:03:43 +0000
commit9f0ecef3ca9f773bbfc21d9a01540041039e5abd (patch)
treed66e4e4fe34394b34cb123c9a8c7a83b82ae3632 /net-mgmt/ipv6calc
parentb0371357a4f57b5606eaca406a3b674ff34f9e17 (diff)
downloadports-9f0ecef3ca9f773bbfc21d9a01540041039e5abd.tar.gz
ports-9f0ecef3ca9f773bbfc21d9a01540041039e5abd.zip
It's not leek-fix, it's pre-fix.
Notes
Notes: svn path=/head/; revision=225830
Diffstat (limited to 'net-mgmt/ipv6calc')
-rw-r--r--net-mgmt/ipv6calc/files/patch-man__Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ipv6calc/files/patch-man__Makefile.in b/net-mgmt/ipv6calc/files/patch-man__Makefile.in
index 2342d0488749..5341e31c30cb 100644
--- a/net-mgmt/ipv6calc/files/patch-man__Makefile.in
+++ b/net-mgmt/ipv6calc/files/patch-man__Makefile.in
@@ -5,7 +5,7 @@
install:
- mkdir -p $(DESTDIR)$(mandir)/man8
-+ mkdir -p $(DESTDIR)${PREIFIX}/man//man8
++ mkdir -p $(DESTDIR)${PREFIX}/man//man8
for f in *.8; do \
- install -m 644 $$f $(DESTDIR)$(mandir)/man8; \
+ install -m 644 $$f $(DESTDIR)${PREFIX}/man/man8; \