aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsuz <suz@FreeBSD.org>2004-11-24 18:24:25 +0800
committersuz <suz@FreeBSD.org>2004-11-24 18:24:25 +0800
commit4804f28ed5a7b04ef1c2019fb74b9155456f207d (patch)
tree07bf9fdde7a2bf98c9a148e34f2e8d5eba920f48 /net
parent240821baed9ab37f6d371c61036c4e36af721423 (diff)
downloadfreebsd-ports-gnome-4804f28ed5a7b04ef1c2019fb74b9155456f207d.tar.gz
freebsd-ports-gnome-4804f28ed5a7b04ef1c2019fb74b9155456f207d.tar.zst
freebsd-ports-gnome-4804f28ed5a7b04ef1c2019fb74b9155456f207d.zip
fixed installdir for mtrace6 manfile
Reported by: kris
Diffstat (limited to 'net')
-rw-r--r--net/pim6sd/files/patch-Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/pim6sd/files/patch-Makefile b/net/pim6sd/files/patch-Makefile
new file mode 100644
index 000000000000..e2e5f3aed86d
--- /dev/null
+++ b/net/pim6sd/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- pim6sd/mtrace6/Makefile.orig Tue Sep 23 20:09:10 2003
++++ pim6sd/mtrace6/Makefile Wed Nov 24 19:00:05 2004
+@@ -77,8 +77,13 @@
+ .if exists(${.CURDIR}/../../Makefile.opsys)
+ .include "${.CURDIR}/../../Makefile.opsys"
+ .endif
+-
++PREFIX=/usr/local
+ BINDIR= $(PREFIX)/sbin
++.if (${OPSYS} != NetBSD)
++MANDIR= $(PREFIX)/man/man
++.else
++MANDIR= $(PREFIX)/man
++.endif
+ PROG= mtrace6
+
+ BINOWN = root