aboutsummaryrefslogtreecommitdiff
path: root/security/apg
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-09-23 15:38:58 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-09-23 15:38:58 +0000
commite6bc1ecae59b8ca5a12d7a60b4312424235e363a (patch)
tree441f755c94b16f15c3b690400d7f7d6a298e453b /security/apg
parent7905ffa3d3dda12d129f5f4d6642f533a7239922 (diff)
downloadports-e6bc1ecae59b8ca5a12d7a60b4312424235e363a.tar.gz
ports-e6bc1ecae59b8ca5a12d7a60b4312424235e363a.zip
- Adjust "Created by" tag to include more complete submitter's information
- Mute MKDIRs, remove trailing dot from RESTRICTED, drop leading indefinite article from COMMENT where appropriate
Notes
Notes: svn path=/head/; revision=304748
Diffstat (limited to 'security/apg')
-rw-r--r--security/apg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile
index b76392bfcdda..e6e9118de8d3 100644
--- a/security/apg/Makefile
+++ b/security/apg/Makefile
@@ -1,4 +1,4 @@
-# Created by: roam@FreeBSD.org
+# Created by: Peter Pentchev <roam@FreeBSD.org>
# $FreeBSD$
PORTNAME= apg
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.adel.nursat.kz/apg/download/
MASTER_SITE_SUBDIR= UNIX/misc
MAINTAINER= matthew@FreeBSD.org
-COMMENT= An automated password generator
+COMMENT= Automated password generator
OPTIONS_DEFINE= CRACKLIB
CRACKLIB_DESCR= CrackLib support for password quality
@@ -39,7 +39,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/doc/man/apgbfm.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/man/apgd.8 ${MANPREFIX}/man/man8
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
.endif