Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2013 15:08:32 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313060 - head/japanese/edict-utf-8
Message-ID:  <201302271508.r1RF8Wb8094639@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb 27 15:08:32 2013
New Revision: 313060
URL: http://svnweb.freebsd.org/changeset/ports/313060

Log:
  - Fix build on FreeBSD 9+
  - while here trim header

Modified:
  head/japanese/edict-utf-8/Makefile   (contents, props changed)

Modified: head/japanese/edict-utf-8/Makefile
==============================================================================
--- head/japanese/edict-utf-8/Makefile	Wed Feb 27 14:53:22 2013	(r313059)
+++ head/japanese/edict-utf-8/Makefile	Wed Feb 27 15:08:32 2013	(r313060)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302271508.r1RF8Wb8094639>