svn commit: r343573 - head/misc/usbrh-libusb
Martin Wilke
miwi at FreeBSD.org
Mon Feb 10 02:00:30 UTC 2014
Author: miwi
Date: Mon Feb 10 02:00:30 2014
New Revision: 343573
URL: http://svnweb.freebsd.org/changeset/ports/343573
QAT: https://qat.redports.org/buildarchive/r343573/
Log:
- Stage support
Modified:
head/misc/usbrh-libusb/Makefile
Modified: head/misc/usbrh-libusb/Makefile
==============================================================================
--- head/misc/usbrh-libusb/Makefile Mon Feb 10 01:57:34 2014 (r343572)
+++ head/misc/usbrh-libusb/Makefile Mon Feb 10 02:00:30 2014 (r343573)
@@ -14,7 +14,6 @@ COMMENT= Yet another reads temperatures
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>
More information about the svn-ports-all
mailing list