diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 12:41:48 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 12:41:48 +0000 |
commit | 06f83c7e994adeed9e1afcb54d28015affc5de4c (patch) | |
tree | 5b28029ae3ec24f06b05c08822a12e04a6b0b4a8 | |
parent | Support staging (diff) |
Support staging
-rw-r--r-- | security/vxquery/Makefile | 7 |
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> |