diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-04 18:49:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-04 18:49:03 +0800 |
commit | 4753c7c222c818ccd9255f9102dcb9fe9356f5e4 (patch) | |
tree | aa0437cd1df1ab46c9dae998c380d8e8ba1d5f37 /hebrew | |
parent | 0d0b67f2c78045cae99e48bc2d1be1aa1e8d3693 (diff) | |
download | freebsd-ports-graphics-4753c7c222c818ccd9255f9102dcb9fe9356f5e4.tar.gz freebsd-ports-graphics-4753c7c222c818ccd9255f9102dcb9fe9356f5e4.tar.zst freebsd-ports-graphics-4753c7c222c818ccd9255f9102dcb9fe9356f5e4.zip |
Support stage, use bsdtar to extract
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 aacf312904a..9bbc270e42f 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> |