From bc36b9dc4183a8e18bd181031bcdb53f335f294a Mon Sep 17 00:00:00 2001 From: ehaupt Date: Tue, 25 Feb 2014 12:41:48 +0000 Subject: Support staging --- security/vxquery/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'security/vxquery') diff --git a/security/vxquery/Makefile b/security/vxquery/Makefile index 0145d027bf17..3f8a92654eea 100644 --- a/security/vxquery/Makefile +++ b/security/vxquery/Makefile @@ -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 -- cgit