svn commit: r443519 - head/audio/kexis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 13 16:54:56 UTC 2017


Author: sunpoet
Date: Tue Jun 13 16:54:55 2017
New Revision: 443519
URL: https://svnweb.freebsd.org/changeset/ports/443519

Log:
  Use USES=tar:tgz

Modified:
  head/audio/kexis/Makefile

Modified: head/audio/kexis/Makefile
==============================================================================
--- head/audio/kexis/Makefile	Tue Jun 13 16:54:49 2017	(r443518)
+++ head/audio/kexis/Makefile	Tue Jun 13 16:54:55 2017	(r443519)
@@ -5,11 +5,11 @@ PORTNAME=	kexis
 PORTVERSION=	0.2.2
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/Kexis/${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Lossless WAV file compressor
 
+USES=		tar:tgz
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST_FILES=	bin/kexis
 


More information about the svn-ports-all mailing list