net/proftpd: skip check for unknown configure options
This commit is contained in:
parent
02fc61132e
commit
791090e60f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.11 2020/04/20 12:50:02 christos Exp $
|
||||
# $NetBSD: Makefile.common,v 1.12 2020/05/10 14:22:48 rillig Exp $
|
||||
|
||||
# used by net/proftpd/Makefile
|
||||
# used by net/proftpd/Makefile.module
|
||||
|
@ -24,6 +24,7 @@ PATCHDIR= ${.CURDIR}/../../net/proftpd/patches
|
|||
USE_TOOLS+= gmake intltool msgfmt perl:run autoconf
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_STRICT= no # has sub-configures
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
||||
CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec/proftpd
|
||||
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run
|
||||
|
|
Loading…
Reference in a new issue