diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-01 14:42:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-01 14:42:34 +0000 |
commit | a1a5ce598553f97d92f52802eb59211a7ccbfedd (patch) | |
tree | d3190cb7766afcb2791fd7eab73baabd2a139327 /ftp/pure-ftpd | |
parent | 1b4bb08f3902c4eef52dde95c50506de09357a0d (diff) | |
download | ports-a1a5ce598553f97d92f52802eb59211a7ccbfedd.tar.gz ports-a1a5ce598553f97d92f52802eb59211a7ccbfedd.zip |
Notes
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 \ |