aboutsummaryrefslogtreecommitdiff
path: root/hebrew
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 10:49:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 10:49:03 +0000
commit3904f6f163a84dab4bdb0c2df1f10c548a8059b7 (patch)
treeaa0437cd1df1ab46c9dae998c380d8e8ba1d5f37 /hebrew
parentadc173e8aaa32f30e17cccad6d8a3665503aa852 (diff)
downloadports-3904f6f163a84dab4bdb0c2df1f10c548a8059b7.tar.gz
ports-3904f6f163a84dab4bdb0c2df1f10c548a8059b7.zip
Support stage, use bsdtar to extract
Notes
Notes: svn path=/head/; revision=332687
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 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>