svn commit: r345986 - head/security/vxquery

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 12:41:49 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list