ports/net/pim6sd/files/patch-Makefile
SUZUKI Shinsuke 43850d5ae3 fixed installdir for mtrace6 manfile
Reported by: kris
2004-11-24 10:24:25 +00:00

17 lines
396 B
Text

--- 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