diff options
Diffstat (limited to 'misc/usbrh-libusb/Makefile')
-rw-r--r-- | misc/usbrh-libusb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/usbrh-libusb/Makefile b/misc/usbrh-libusb/Makefile index 7e55a6c4b924..f18b38c9f07a 100644 --- a/misc/usbrh-libusb/Makefile +++ b/misc/usbrh-libusb/Makefile @@ -3,6 +3,7 @@ PORTNAME= usbrh-libusb PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.dd.iij4u.or.jp/~briareos/soft/ \ LOCAL/sanpei @@ -11,9 +12,11 @@ DISTNAME= usbrh-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Yet another reads temperatures and humidity from a Strawberry Linux USB-RH +LICENSE= GPLv2 + PLIST_FILES= bin/usbrh do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/usbrh ${STAGEDIR}${PREFIX}/bin/usbrh + ${INSTALL_PROGRAM} ${WRKSRC}/usbrh ${STAGEDIR}${PREFIX}/bin/usbrh .include <bsd.port.mk> |