1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

security/p5-Crypt-Cracklib: Chase cracklib dictionary rename from r408137

PR:		213157
Submitted by:	Florian Riehm <mail@friehm.de>
Approved by:	2 year bug anniversary
This commit is contained in:
Tobias Kortkamp 2018-10-11 09:30:28 +00:00
parent a9acd95623
commit 14ec4194be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481800

View File

@ -3,7 +3,7 @@
PORTNAME= Crypt-Cracklib
PORTVERSION= 1.7
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -18,7 +18,7 @@ LIB_DEPENDS= libcrack.so:security/cracklib
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/cracklib-words\\\""
post-patch:
@${REINPLACE_CMD} 's/-Werror//' ${WRKSRC}/Makefile.PL