13 lines
362 B
Text
13 lines
362 B
Text
$NetBSD: patch-ab,v 1.1 2004/12/25 01:14:31 minskim 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 ${INSDIR}/asm2html.1
|
|
|
|
uninstall:
|
|
rm -f $(INSDIR)/asm2html.1
|