diff options
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> |