diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /textproc/stardict-rptts/Makefile | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) |
Notes
Diffstat (limited to 'textproc/stardict-rptts/Makefile')
-rw-r--r-- | textproc/stardict-rptts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/stardict-rptts/Makefile b/textproc/stardict-rptts/Makefile index a26ade4c7204..b4e635d0b941 100644 --- a/textproc/stardict-rptts/Makefile +++ b/textproc/stardict-rptts/Makefile @@ -16,8 +16,7 @@ PROJECTHOST= stardict-3 NO_BUILD= yes USE_BZIP2= yes -NO_STAGE= yes do-install: - ${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${PREFIX}/share + ${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${STAGEDIR}${PREFIX}/share .include <bsd.port.mk> |