aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-25 20:41:48 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-25 20:41:48 +0800
commitbc36b9dc4183a8e18bd181031bcdb53f335f294a (patch)
tree5b28029ae3ec24f06b05c08822a12e04a6b0b4a8
parent16517efa3e84e8efc65842a73b342893161f6ab2 (diff)
downloadfreebsd-ports-gnome-bc36b9dc4183a8e18bd181031bcdb53f335f294a.tar.gz
freebsd-ports-gnome-bc36b9dc4183a8e18bd181031bcdb53f335f294a.tar.zst
freebsd-ports-gnome-bc36b9dc4183a8e18bd181031bcdb53f335f294a.zip
Support staging
-rw-r--r--security/vxquery/Makefile7
1 files changed, 3 insertions, 4 deletions
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 <bsd.port.mk>