Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 02:00:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343573 - head/misc/usbrh-libusb
Message-ID:  <201402100200.s1A20Ud7050534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402100200.s1A20Ud7050534>