diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-28 15:20:46 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-28 15:20:46 +0000 |
commit | ce27b0a151fdaab283e6b0e40e2f8f0ba8fbba82 (patch) | |
tree | e6c9c289c73783df389fddfaac5be8b4d83f2b78 /textproc/p5-String-HexConvert | |
parent | emulators/fs-uae: update to 3.0.5 (diff) |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8).
Notes
Notes:
svn path=/head/; revision=536774
Diffstat (limited to 'textproc/p5-String-HexConvert')
-rw-r--r-- | textproc/p5-String-HexConvert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-String-HexConvert/Makefile b/textproc/p5-String-HexConvert/Makefile index 78ea41752211..00e4d2a214ad 100644 --- a/textproc/p5-String-HexConvert/Makefile +++ b/textproc/p5-String-HexConvert/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= CPAN:AHERNIT PKGNAMEPREFIX= p5- MAINTAINER= ale@biancalanas.net -COMMENT= String::HexConver - Converts ascii strings to hex and reverse +COMMENT= Convert ASCII strings to hex and reverse WRKSRC= ${WRKDIR}/${PORTNAME} |