aboutsummaryrefslogtreecommitdiff
path: root/misc/shuffle-db
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 15:11:40 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 15:11:40 +0000
commit3484c276180e9001d2fec00011e23d923b72839d (patch)
tree507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /misc/shuffle-db
parent12a350e5480603e02b9d3281c6b90d9967b1cc9a (diff)
downloadports-3484c276180e9001d2fec00011e23d923b72839d.tar.gz
ports-3484c276180e9001d2fec00011e23d923b72839d.zip
Notes
Diffstat (limited to 'misc/shuffle-db')
-rw-r--r--misc/shuffle-db/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/shuffle-db/Makefile b/misc/shuffle-db/Makefile
index e3d9962c6bcb..df5ac100c7ba 100644
--- a/misc/shuffle-db/Makefile
+++ b/misc/shuffle-db/Makefile
@@ -16,8 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/rebuild_db
PLIST_FILES= bin/rebuild_db.py
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/rebuild_db.py ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/rebuild_db.py ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>