aboutsummaryrefslogtreecommitdiff
path: root/misc/usbrh-libusb
diff options
context:
space:
mode:
Diffstat (limited to 'misc/usbrh-libusb')
-rw-r--r--misc/usbrh-libusb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/usbrh-libusb/Makefile b/misc/usbrh-libusb/Makefile
index df3ee4df30a5..2b9b8d2069b2 100644
--- a/misc/usbrh-libusb/Makefile
+++ b/misc/usbrh-libusb/Makefile
@@ -14,7 +14,6 @@ COMMENT= Yet another reads temperatures and humidity from a Strawberry Linux USB
PLIST_FILES= bin/usbrh
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 800097
@@ -22,6 +21,6 @@ BROKEN= does not build
.endif
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/usbrh ${PREFIX}/bin/usbrh
+ @${INSTALL_SCRIPT} ${WRKSRC}/usbrh ${STAGEDIR}${PREFIX}/bin/usbrh
.include <bsd.port.post.mk>