diff --git a/security/libxcrypt/Makefile b/security/libxcrypt/Makefile index 6bb8ff9e9cfe..3b9283581117 100644 --- a/security/libxcrypt/Makefile +++ b/security/libxcrypt/Makefile @@ -1,29 +1,30 @@ PORTNAME= libxcrypt DISTVERSIONPREFIX= v DISTVERSION= 4.4.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Extended crypt library for descrypt, md5crypt, bcrypt, and others WWW= https://github.com/besser82/libxcrypt LICENSE= LGPL21 USES= autoreconf gmake libtool pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= besser82 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-static CFLAGS+= -Wno-gnu-statement-expression TEST_TARGET= check post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcrypt.so.2.0.0 .include diff --git a/security/libxcrypt/pkg-plist b/security/libxcrypt/pkg-plist index a3109f971d62..c7141fbb15f3 100644 --- a/security/libxcrypt/pkg-plist +++ b/security/libxcrypt/pkg-plist @@ -1,16 +1,16 @@ include/crypt.h lib/libcrypt.so lib/libcrypt.so.2 lib/libcrypt.so.2.0.0 libdata/pkgconfig/libcrypt.pc libdata/pkgconfig/libxcrypt.pc -man/man3/crypt.3.gz -man/man3/crypt_checksalt.3.gz -man/man3/crypt_gensalt.3.gz -man/man3/crypt_gensalt_ra.3.gz -man/man3/crypt_gensalt_rn.3.gz -man/man3/crypt_preferred_method.3.gz -man/man3/crypt_r.3.gz -man/man3/crypt_ra.3.gz -man/man3/crypt_rn.3.gz -man/man5/crypt.5.gz +share/man/man3/crypt.3.gz +share/man/man3/crypt_checksalt.3.gz +share/man/man3/crypt_gensalt.3.gz +share/man/man3/crypt_gensalt_ra.3.gz +share/man/man3/crypt_gensalt_rn.3.gz +share/man/man3/crypt_preferred_method.3.gz +share/man/man3/crypt_r.3.gz +share/man/man3/crypt_ra.3.gz +share/man/man3/crypt_rn.3.gz +share/man/man5/crypt.5.gz