aboutsummaryrefslogtreecommitdiff
path: root/security/cracklib
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-11-02 21:41:47 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-11-02 21:41:47 +0000
commite929aea23c678404413a50eb73c457b8960438e1 (patch)
tree703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /security/cracklib
parent149be67400eb8cd7ef5777241693267dc5e74076 (diff)
downloadports-e929aea23c678404413a50eb73c457b8960438e1.tar.gz
ports-e929aea23c678404413a50eb73c457b8960438e1.zip
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
Notes
Notes: svn path=/head/; revision=453381
Diffstat (limited to 'security/cracklib')
-rw-r--r--security/cracklib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile
index 20cb5bb155fe..d8b0e05a55ab 100644
--- a/security/cracklib/Makefile
+++ b/security/cracklib/Makefile
@@ -7,14 +7,14 @@ CATEGORIES= security
.if defined(PYTHON_SLAVEPORT)
CATEGORIES+= python
.endif
-MASTER_SITES= https://github.com/cracklib/cracklib/releases/download/cracklib-2.9.6/ \
+MASTER_SITES= https://github.com/cracklib/cracklib/releases/download/cracklib-2.9.6/ \
LOCAL/cy
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-words-${PORTVERSION}.gz
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
WORDS_DISTFILE= ${PORTNAME}-words-${PORTVERSION}.gz
-MAINTAINER= cy@FreeBSD.org
+MAINTAINER= cy@FreeBSD.org
COMMENT?= Password-checking library
LICENSE= LGPL21