diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-08-02 09:02:43 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-08-02 09:02:43 +0000 |
commit | 344b32ccd9f4853dff7b8d1bbcb191bf46c6f5ca (patch) | |
tree | 069ccbea155001b7168967685ae64e97f3524568 /devel/cvsdiff2patch | |
parent | - Fix file permissions for py2stdlib module (diff) |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
Diffstat (limited to 'devel/cvsdiff2patch')
-rw-r--r-- | devel/cvsdiff2patch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsdiff2patch/Makefile b/devel/cvsdiff2patch/Makefile index 13ad5da27250..ea6fb74ffda1 100644 --- a/devel/cvsdiff2patch/Makefile +++ b/devel/cvsdiff2patch/Makefile @@ -13,7 +13,7 @@ DISTNAME= cvsdiff2patch-${PORTVERSION} USE_BZIP2= yes MAINTAINER= ports@FreeBSD.org -COMMENT= Turn cvs diff output into patch input. +COMMENT= Turn cvs diff output into patch input PLIST_FILES= bin/cvsdiff2patch |