Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2014 14:42:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349859 - head/ftp/pure-ftpd
Message-ID:  <201404011442.s31EgYtp023134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr  1 14:42:34 2014
New Revision: 349859
URL: http://svnweb.freebsd.org/changeset/ports/349859
QAT: https://qat.redports.org/buildarchive/r349859/

Log:
  - Use USES=tar:bzip2

Modified:
  head/ftp/pure-ftpd/Makefile

Modified: head/ftp/pure-ftpd/Makefile
==============================================================================
--- head/ftp/pure-ftpd/Makefile	Tue Apr  1 14:30:04 2014	(r349858)
+++ head/ftp/pure-ftpd/Makefile	Tue Apr  1 14:42:34 2014	(r349859)
@@ -40,10 +40,9 @@ CONFIGURE_ARGS=	--localstatedir=/var --s
 GNU_CONFIGURE=	yes
 SUB_FILES=	pkg-message
 SUB_LIST=	PAM_DIR=${PAM_DIR} PAM_TARGET=${PAM_TARGET}
-USE_BZIP2=	yes
 USE_PERL5=	run
 USE_RC_SUBR=	pure-ftpd
-USES=		perl5 shebangfix
+USES=		perl5 shebangfix tar:bzip2
 
 PORTDOCS=	AUTHORS CONTACT COPYING HISTORY NEWS README \
 		README.Authentication-Modules README.Configuration-File \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404011442.s31EgYtp023134>