aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-10 02:00:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-10 02:00:30 +0000
commitc23e198f161409cb282b0262da89cc87d475e326 (patch)
treea5708c5ccc657a52b767f512ff9335581805c935 /misc
parent48bd23fd97cb80e932c96f011b8a78aff424360d (diff)
downloadports-c23e198f161409cb282b0262da89cc87d475e326.tar.gz
ports-c23e198f161409cb282b0262da89cc87d475e326.zip
Notes
Diffstat (limited to 'misc')
-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>