diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:06:07 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:24 +0000 |
commit | b32bd886b273a96641c3dd2ded4a7f6c97dc8f0c (patch) | |
tree | ed6c6321cbca650267aeab4112f80c936d2894eb | |
parent | b9fdd7134c256119c1b2d403945340d4613c36af (diff) |
-rw-r--r-- | ftp/wzdftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 9254cca4571b..e2763d47dc21 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -12,7 +12,7 @@ COMMENT= Modular FTP server configurable online using SITE commands LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gettext-tools libtool localbase pkgconfig +USES= autoreconf cpe gettext-tools libtool localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --disable-bonjour --disable-static INSTALL_TARGET= install-strip |