aboutsummaryrefslogtreecommitdiffstats
path: root/net/pim6sd/files/patch-Makefile
blob: e2e5f3aed86d81c8be43a6b7c33ae67685715243 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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