diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-01-14 04:34:38 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-01-14 04:34:38 +0000 |
commit | 432f44171da6eca8a921cbb8b01cab02dbc3334e (patch) | |
tree | b0c3111f5e5cfd4640d864d0ee12196439c455f1 /security/cracklib | |
parent | 569c91ba0c47f689931434f78b9e0315ff20e68d (diff) |
Notes
Diffstat (limited to 'security/cracklib')
-rw-r--r-- | security/cracklib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index 54f63370fd72..bc676fb81181 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -3,6 +3,7 @@ PORTNAME= cracklib PORTVERSION= 2.9.2 +PORTREVISION= 1 CATEGORIES= security .if defined(PYTHON_SLAVEPORT) CATEGORIES+= python @@ -18,7 +19,7 @@ LICENSE= LGPL21 DICTPATH= ${PREFIX}/libdata/${PORTNAME} DICTFILE= ${DICTPATH}/pw_dict GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-default-dict=${DICTPATH} +CONFIGURE_ARGS= --with-default-dict=${DICTFILE} INSTALL_TARGET= install-strip USES= gettext libtool USE_LDCONFIG= yes |