svn commit: r347994 - head/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Mar 12 18:17:30 UTC 2014
Author: sunpoet
Date: Wed Mar 12 18:17:30 2014
New Revision: 347994
URL: http://svnweb.freebsd.org/changeset/ports/347994
QAT: https://qat.redports.org/buildarchive/r347994/
Log:
- Use USES=tar:lzma
Modified:
head/ftp/curl/Makefile
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Wed Mar 12 17:59:02 2014 (r347993)
+++ head/ftp/curl/Makefile Wed Mar 12 18:17:30 2014 (r347994)
@@ -6,7 +6,6 @@ PORTVERSION= 7.35.0
CATEGORIES= ftp www
MASTER_SITES= http://curl.haxx.se/download/ \
LOCAL/sunpoet
-EXTRACT_SUFX= .tar.lzma
MAINTAINER?= sunpoet at FreeBSD.org
COMMENT?= Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
@@ -34,8 +33,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
GNU_CONFIGURE= yes
MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP}
USE_PERL5= build
-USE_XZ= yes
-USES= pathfix perl5
+USES= pathfix perl5 tar:lzma
PORTDOCS= *
PORTEXAMPLES= *
More information about the svn-ports-head
mailing list