diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 10:49:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 10:49:03 +0000 |
commit | 3904f6f163a84dab4bdb0c2df1f10c548a8059b7 (patch) | |
tree | aa0437cd1df1ab46c9dae998c380d8e8ba1d5f37 /hebrew | |
parent | adc173e8aaa32f30e17cccad6d8a3665503aa852 (diff) |
Notes
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> |