svn commit: r362076 - head/textproc/it-hunspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 16 15:51:21 UTC 2014


Author: sunpoet
Date: Wed Jul 16 15:51:21 2014
New Revision: 362076
URL: http://svnweb.freebsd.org/changeset/ports/362076
QAT: https://qat.redports.org/buildarchive/r362076/

Log:
  - Remove USES=zip
  - Pet portlint: use DISTNAME and EXTRACT_SUFX

Modified:
  head/textproc/it-hunspell/Makefile

Modified: head/textproc/it-hunspell/Makefile
==============================================================================
--- head/textproc/it-hunspell/Makefile	Wed Jul 16 15:45:45 2014	(r362075)
+++ head/textproc/it-hunspell/Makefile	Wed Jul 16 15:51:21 2014	(r362076)
@@ -5,7 +5,8 @@ PORTVERSION=	2013.09.05
 CATEGORIES=	textproc
 MASTER_SITES=	http://sourceforge.net/projects/aoo-extensions/files/1204/13/
 PKGNAMEPREFIX=	it-
-DISTFILES=	dict-it.oxt
+DISTNAME=	dict-it
+EXTRACT_SUFX=	.oxt
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	office at FreeBSD.org
@@ -13,7 +14,6 @@ COMMENT=	Italian hunspell dictionaries
 
 LICENSE=	GPLv3
 
-USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 


More information about the svn-ports-head mailing list