diff --git a/www/mod_webauth/Makefile b/www/mod_webauth/Makefile index d0d825c7a1f1..1a93ff14e504 100644 --- a/www/mod_webauth/Makefile +++ b/www/mod_webauth/Makefile @@ -1,28 +1,29 @@ PORTNAME= mod_webauth PORTVERSION= 4.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://webauth.stanford.edu/dist/ DISTNAME= webauth-${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for authenticating users with Kerberos v5 WWW= http://webauth.stanford.edu/ LIB_DEPENDS= libcurl.so:ftp/curl \ libsasl2.so:security/cyrus-sasl2 USES= apache ldap libtool pathfix pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-ldap-lib=${LOCALBASE}/lib \ --with-ldap-include=${LOCALBASE}/include \ --with-openssl=${OPENSSLBASE} LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e '/typedef int sig_atomic_t/d' \ ${WRKSRC}/portable/system.h .include diff --git a/www/mod_webauth/pkg-plist b/www/mod_webauth/pkg-plist index a902c145c7b1..b7e4402bdaf2 100644 --- a/www/mod_webauth/pkg-plist +++ b/www/mod_webauth/pkg-plist @@ -1,18 +1,18 @@ bin/wa_keyring include/%%AP_NAME%%/basic.h include/%%AP_NAME%%/defines.h include/%%AP_NAME%%/factors.h include/%%AP_NAME%%/keys.h include/%%AP_NAME%%/krb5.h include/%%AP_NAME%%/tokens.h include/%%AP_NAME%%/util.h include/%%AP_NAME%%/was.h include/%%AP_NAME%%/webkdc.h lib/lib%%AP_NAME%%.a lib/lib%%AP_NAME%%.so lib/lib%%AP_NAME%%.so.12 lib/lib%%AP_NAME%%.so.12.0.0 libdata/pkgconfig/lib%%AP_NAME%%.pc libexec/apache2/modules/%%AP_MODULE%% libexec/apache2/modules/mod_%%AP_NAME%%ldap.so -man/man1/wa_keyring.1.gz +share/man/man1/wa_keyring.1.gz