freebsd-ports/misc/usbrh/files/patch-aa
MIHIRA Sanpei Yoshiro 5a3940b6dd usbrh reads temperatures and humidity from sensors of a "USB-RH",
which is connected to a USB port of the computer.

Strawberry Linux Co.,Ltd. USH-RH(Sensirion SHT-11)
WWW: http://www2.strawberry-linux.com/products/usbrh/
2008-03-31 08:52:57 +00:00

10 lines
220 B
Text

--- Makefile.org Tue Jan 6 17:08:35 2008
+++ Makefile Tue Jan 6 17:09:21 2008
@@ -14,6 +14,6 @@
MAN = usbrh.1
BINDIR ?= ${PREFIX}/bin
-MANDIR ?= ${PREFIX}/man
+MANDIR ?= ${PREFIX}/man/man
.include <bsd.prog.mk>