13 lines
449 B
Text
13 lines
449 B
Text
$NetBSD: patch-aj,v 1.2 2006/08/14 22:40:53 wiz Exp $
|
|
|
|
--- man/Makefile.orig 2004-07-29 03:10:32.000000000 +0000
|
|
+++ man/Makefile
|
|
@@ -22,7 +22,7 @@ include $(TOPDIR)/rules.mk
|
|
_install:
|
|
$(INSTALLDIR) $(MANDIR)/man1
|
|
$(INSTALL) -m $(DATA_MODE) ion.1 $(MANDIR)/man1
|
|
- $(INSTALL) -m $(DATA_MODE) pwm.1 $(MANDIR)/man1
|
|
+ $(INSTALL) -m $(DATA_MODE) pwm.1 $(MANDIR)/man1/pwm2.1
|
|
|
|
#
|
|
# Awful hack that may not work on the user's system. This is rule is
|