14 lines
403 B
Text
14 lines
403 B
Text
$NetBSD: patch-ab,v 1.3 2015/03/13 17:02:31 tnn Exp $
|
|
|
|
--- man/Makefile.in.orig 2003-04-25 18:41:31.000000000 +0000
|
|
+++ man/Makefile.in
|
|
@@ -1,7 +1,7 @@
|
|
-INSDIR=@prefix@/man/man1
|
|
+INSDIR=@prefix@/$(PKGMANDIR)/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
|