blob: c69e3c259c2cc4b5032d6cbbd5acfc2bf3de53a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 2008/06/20 01:09:11 joerg Exp $
--- man/Makefile.in.orig 2003-04-25 13:41:31.000000000 -0500
+++ man/Makefile.in
@@ -1,7 +1,7 @@
INSDIR=@prefix@/man/man1
install:
- install -c -o root -g wheel -m 444 asm2html.1 ${INSDIR}/asm2html.1
+ $(BSD_INSTALL_MAN) asm2html.1 ${DESTDIR}${INSDIR}/asm2html.1
uninstall:
rm -f $(INSDIR)/asm2html.1
|