diff options
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/hunspell/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/hebrew/hunspell/Makefile b/hebrew/hunspell/Makefile index aacf312904a6..9bbc270e42fd 100644 --- a/hebrew/hunspell/Makefile +++ b/hebrew/hunspell/Makefile @@ -15,18 +15,15 @@ ALL_TARGET= hunspell CONFIGURE_ARGS= --enable-fatverb GNU_CONFIGURE= yes USE_PERL5= build -USES= gmake iconv:build perl5 +USES= gmake iconv:build perl5 shebangfix +SHEBANG_FILES= ${WRKSRC}/pmerge PLIST_FILES= %%DATADIR%%/he.aff \ %%DATADIR%%/he.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/pmerge - do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/he.aff ${WRKSRC}/he.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/he.aff ${WRKSRC}/he.dic ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> |