aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Cracklib
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-10-11 09:30:28 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-10-11 09:30:28 +0000
commit14ec4194befa7aa34d5ea26b18bff71733f7154b (patch)
treecd45ac352a7380a5eb55d26dac921af94f720c52 /security/p5-Crypt-Cracklib
parenta9acd956239dad6795cf60dd1ad5332f2647e568 (diff)
downloadports-14ec4194befa7aa34d5ea26b18bff71733f7154b.tar.gz
ports-14ec4194befa7aa34d5ea26b18bff71733f7154b.zip
Notes
Diffstat (limited to 'security/p5-Crypt-Cracklib')
-rw-r--r--security/p5-Crypt-Cracklib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile
index 969257a59e02..f25fc6ad4a72 100644
--- a/security/p5-Crypt-Cracklib/Makefile
+++ b/security/p5-Crypt-Cracklib/Makefile
@@ -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