diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-01 07:28:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-01 07:28:43 +0000 |
commit | 9bbc802c56630f088607b3ffa6afef17798f7efc (patch) | |
tree | d197ab5379177a5c2db0eb7cb784f95d37fbda25 /textproc/no-hunspell | |
parent | 4ee6cceaa756abb7ea9f197d605624741d907ef1 (diff) | |
download | ports-9bbc802c56630f088607b3ffa6afef17798f7efc.tar.gz ports-9bbc802c56630f088607b3ffa6afef17798f7efc.zip |
Notes
Diffstat (limited to 'textproc/no-hunspell')
-rw-r--r-- | textproc/no-hunspell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/no-hunspell/Makefile b/textproc/no-hunspell/Makefile index 3c9c15105113..7c2a69190de0 100644 --- a/textproc/no-hunspell/Makefile +++ b/textproc/no-hunspell/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Norwegian (Nynorsk and Bokmaal) hunspell dictionaries -USES= zip:infozip +USES= zip NO_BUILD= yes PLIST_FILES= %%DATADIR%%/nb_NO.aff \ @@ -23,8 +23,8 @@ PLIST_DIRSTRY= %%DATADIR%% post-extract: @${MKDIR} ${WRKSRC} - @${UNZIP_CMD} -qo ${WRKDIR}/nb_NO.zip -d ${WRKSRC} - @${UNZIP_CMD} -qo ${WRKDIR}/nn_NO.zip -d ${WRKSRC} + @${TAR} -xf ${WRKDIR}/nb_NO.zip --directory ${WRKSRC} + @${TAR} -xf ${WRKDIR}/nn_NO.zip --directory ${WRKSRC} do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ |