diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-25 01:21:51 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-25 01:21:51 +0800 |
commit | 8942b65abe0a9a38438268b73773ed82d94e14e6 (patch) | |
tree | 18a401b8a9b0c645bd5521c9617c77cba5bb6ee1 /ftp/bftpd | |
parent | 04c36e574715ba0b405614ca7ee11e65261fbbf7 (diff) | |
download | freebsd-ports-gnome-8942b65abe0a9a38438268b73773ed82d94e14e6.tar.gz freebsd-ports-gnome-8942b65abe0a9a38438268b73773ed82d94e14e6.tar.zst freebsd-ports-gnome-8942b65abe0a9a38438268b73773ed82d94e14e6.zip |
Convert to USES=autoreconf.
Diffstat (limited to 'ftp/bftpd')
-rw-r--r-- | ftp/bftpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 1d538036b1cd..114532f6a42e 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -11,8 +11,9 @@ COMMENT= Very configurable FTP server that can do chroot easily LICENSE= GPLv2 -USE_AUTOTOOLS= autoconf -CONFIGURE_ARGS+= --enable-pam +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-pam +USES= autoreconf WRKSRC= ${WRKDIR}/${PORTNAME} |