Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 08:25:59 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346137 - head/sysutils/bontmia
Message-ID:  <201402260825.s1Q8PxcD097142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 26 08:25:59 2014
New Revision: 346137
URL: http://svnweb.freebsd.org/changeset/ports/346137
QAT: https://qat.redports.org/buildarchive/r346137/

Log:
  Support staging

Modified:
  head/sysutils/bontmia/Makefile

Modified: head/sysutils/bontmia/Makefile
==============================================================================
--- head/sysutils/bontmia/Makefile	Wed Feb 26 07:57:46 2014	(r346136)
+++ head/sysutils/bontmia/Makefile	Wed Feb 26 08:25:59 2014	(r346137)
@@ -19,8 +19,7 @@ NO_BUILD=	yes
 
 PLIST_FILES=	bin/bontmia
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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