diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-27 15:08:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-27 15:08:32 +0000 |
commit | 9c17d7b4acd349b2081c13afe6c8ec6e0be67c83 (patch) | |
tree | 0310274355f1aa7f81df2540689619aea624acee /japanese | |
parent | 0db50fd726b035228c0ecc910b4bb2d9e87b49fc (diff) | |
download | ports-9c17d7b4acd349b2081c13afe6c8ec6e0be67c83.tar.gz ports-9c17d7b4acd349b2081c13afe6c8ec6e0be67c83.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/edict-utf-8/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index 68aa352d123c..fd1a73648870 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: edict -# Date created: 18 August 1997 -# Whom: Jonathan Hanna -# +# Created by: Jonathan Hanna # $FreeBSD$ -# PORTNAME= edict-utf-8 PORTVERSION= 20100420 @@ -14,7 +10,7 @@ DISTFILES= ${DICTFILES} MAINTAINER= lx@FreeBSD.org COMMENT= Japanese-English edict UTF-8 dictionaries -EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip USE_ICONV= yes ICONV?= iconv |