diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-14 00:54:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-14 00:54:55 +0800 |
commit | 183bdbdbf7dba4eaba51b30ca4ce47832579a6be (patch) | |
tree | b9ca0695fcd6e86841380f4daad53b5f11fcb938 /audio/kexis | |
parent | 88fe18e6b450a7139ff28901f2a02500b1c58d65 (diff) | |
download | freebsd-ports-gnome-183bdbdbf7dba4eaba51b30ca4ce47832579a6be.tar.gz freebsd-ports-gnome-183bdbdbf7dba4eaba51b30ca4ce47832579a6be.tar.zst freebsd-ports-gnome-183bdbdbf7dba4eaba51b30ca4ce47832579a6be.zip |
Use USES=tar:tgz
Diffstat (limited to 'audio/kexis')
-rw-r--r-- | audio/kexis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/kexis/Makefile b/audio/kexis/Makefile index 3520e7cd716b..7c750a500602 100644 --- a/audio/kexis/Makefile +++ b/audio/kexis/Makefile @@ -5,11 +5,11 @@ PORTNAME= kexis PORTVERSION= 0.2.2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Kexis/${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Lossless WAV file compressor +USES= tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/kexis |