security/cyrus-sasl2{,-saslauthd}: Restore GNU_CONFIGURE

This commit is contained in:
Hajimu UMEMOTO 2024-01-17 01:49:36 +09:00
parent 62bb32d709
commit c112487870
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
PORTREVISION= 1
PORTREVISION= 2
PKGNAMESUFFIX= -saslauthd
COMMENT= SASL authentication server for cyrus-sasl2

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 3
COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer)
WWW= https://www.cyrusimap.org/sasl/

View File

@ -11,10 +11,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES+= gmake
USE_LDCONFIG= yes
USES+= ssl
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+=--mandir=${PREFIX}/share/man \
--sysconfdir=${PREFIX}/etc \
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc \
--with-configdir=${PREFIX}/lib/sasl2:${PREFIX}/etc/sasl2 \
--with-plugindir=${PREFIX}/lib/sasl2 \
--with-dbpath=${SASLDB_DIR}/sasldb2 \