svn commit: r313060 - head/japanese/edict-utf-8

Martin Wilke miwi at FreeBSD.org
Wed Feb 27 15:08:33 UTC 2013


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 at 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


More information about the svn-ports-head mailing list