aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2009-01-12 19:03:43 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2009-01-12 19:03:43 +0800
commit9f0ecef3ca9f773bbfc21d9a01540041039e5abd (patch)
treed66e4e4fe34394b34cb123c9a8c7a83b82ae3632 /net-mgmt
parentb0371357a4f57b5606eaca406a3b674ff34f9e17 (diff)
downloadfreebsd-ports-gnome-9f0ecef3ca9f773bbfc21d9a01540041039e5abd.tar.gz
freebsd-ports-gnome-9f0ecef3ca9f773bbfc21d9a01540041039e5abd.tar.zst
freebsd-ports-gnome-9f0ecef3ca9f773bbfc21d9a01540041039e5abd.zip
It's not leek-fix, it's pre-fix.
Diffstat (limited to 'net-mgmt')
-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; \