diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-01 22:42:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-01 22:42:34 +0800 |
commit | c75e267ac0959b8b828b999e628b15c515f89245 (patch) | |
tree | d3190cb7766afcb2791fd7eab73baabd2a139327 /ftp/pure-ftpd | |
parent | d53328efc4fcfa3c2f78dc447bd4c49d14b63727 (diff) | |
download | freebsd-ports-gnome-c75e267ac0959b8b828b999e628b15c515f89245.tar.gz freebsd-ports-gnome-c75e267ac0959b8b828b999e628b15c515f89245.tar.zst freebsd-ports-gnome-c75e267ac0959b8b828b999e628b15c515f89245.zip |
- Use USES=tar:bzip2
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 508ea35ab3d6..ceca80a36ba4 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -40,10 +40,9 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=${PREFIX}/etc \ 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 \ |