Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 12:41:48 +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: r345986 - head/security/vxquery
Message-ID:  <201402251241.s1PCfmAc004147@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 25 12:41:48 2014
New Revision: 345986
URL: http://svnweb.freebsd.org/changeset/ports/345986
QAT: https://qat.redports.org/buildarchive/r345986/

Log:
  Support staging

Modified:
  head/security/vxquery/Makefile

Modified: head/security/vxquery/Makefile
==============================================================================
--- head/security/vxquery/Makefile	Tue Feb 25 12:40:51 2014	(r345985)
+++ head/security/vxquery/Makefile	Tue Feb 25 12:41:48 2014	(r345986)
@@ -9,11 +9,10 @@ MASTER_SITES=	http://www.vuxml.org/files
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	VuXML Query Tool
 
-USE_BZIP2=	YES
-GNU_CONFIGURE=	YES
+USE_BZIP2=	yes
+GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/object/vxquery ${PREFIX}/bin/vxquery
+	${INSTALL_PROGRAM} ${WRKSRC}/object/vxquery ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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