diff options
author | cy <cy@FreeBSD.org> | 2015-01-14 12:34:38 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-01-14 12:34:38 +0800 |
commit | a05f1d350967140736de1a863ce1d484e6cee873 (patch) | |
tree | b0c3111f5e5cfd4640d864d0ee12196439c455f1 /security/cracklib/Makefile | |
parent | 9afb89f1052596219a97343cea046a2312254161 (diff) | |
download | freebsd-ports-gnome-a05f1d350967140736de1a863ce1d484e6cee873.tar.gz freebsd-ports-gnome-a05f1d350967140736de1a863ce1d484e6cee873.tar.zst freebsd-ports-gnome-a05f1d350967140736de1a863ce1d484e6cee873.zip |
Fix, /usr/local/libdata/cracklib.pwd.gz: No such file or directory
PR: 196384
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Diffstat (limited to 'security/cracklib/Makefile')
-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 |