svn commit: r349859 - head/ftp/pure-ftpd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 1 14:42:34 UTC 2014


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 \


More information about the svn-ports-all mailing list