aboutsummaryrefslogtreecommitdiff
path: root/security/xorsearch
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 09:14:38 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 09:14:38 +0000
commit4a838ccecf198a9963e4abd438447e9257772620 (patch)
treecf42ad10aa8bdcc3b2e96fea5bcd9295019bb699 /security/xorsearch
parent1b60cf4c542ebac876bf415eaabdfa817c443730 (diff)
downloadports-4a838ccecf198a9963e4abd438447e9257772620.tar.gz
ports-4a838ccecf198a9963e4abd438447e9257772620.zip
Notes
Diffstat (limited to 'security/xorsearch')
-rw-r--r--security/xorsearch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/xorsearch/Makefile b/security/xorsearch/Makefile
index 76b2dc01e68a..c1edbb98bacd 100644
--- a/security/xorsearch/Makefile
+++ b/security/xorsearch/Makefile
@@ -15,11 +15,11 @@ WRKSRC= ${WRKDIR}
PLIST_FILES= bin/xorsearch
-NO_STAGE= yes
do-build:
${CC} -o ${WRKDIR}/XORSearch ${WRKDIR}/XORSearch.c
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/XORSearch ${PREFIX}/bin/xorsearch
+ ${INSTALL_PROGRAM} ${WRKDIR}/XORSearch \
+ ${STAGEDIR}${PREFIX}/bin/xorsearch
.include <bsd.port.mk>