diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 15:11:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 15:11:40 +0000 |
commit | 3484c276180e9001d2fec00011e23d923b72839d (patch) | |
tree | 507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /graphics/icat | |
parent | 12a350e5480603e02b9d3281c6b90d9967b1cc9a (diff) |
Support staging.
Notes
Notes:
svn path=/head/; revision=331494
Diffstat (limited to 'graphics/icat')
-rw-r--r-- | graphics/icat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/icat/Makefile b/graphics/icat/Makefile index 5b7e232ab6e3..af6b91ead085 100644 --- a/graphics/icat/Makefile +++ b/graphics/icat/Makefile @@ -25,8 +25,7 @@ PLIST_FILES= bin/icat CONFLICTS= sleuthkit-[0-9]* -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |