aboutsummaryrefslogtreecommitdiffstats
path: root/hebrew
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-11-04 18:49:03 +0800
committerbapt <bapt@FreeBSD.org>2013-11-04 18:49:03 +0800
commit4753c7c222c818ccd9255f9102dcb9fe9356f5e4 (patch)
treeaa0437cd1df1ab46c9dae998c380d8e8ba1d5f37 /hebrew
parent0d0b67f2c78045cae99e48bc2d1be1aa1e8d3693 (diff)
downloadfreebsd-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/Makefile11
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>