diff options
author | cs <cs@FreeBSD.org> | 2012-08-02 17:02:43 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-08-02 17:02:43 +0800 |
commit | 28ca79404f77320265611fe12ddeed99cae70390 (patch) | |
tree | 069ccbea155001b7168967685ae64e97f3524568 /sysutils/pear-File_Find | |
parent | 7a7da36f99fc6aa631f33c02b9b0fad2fd7aeb6c (diff) | |
download | freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.tar.gz freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.tar.zst freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.zip |
- 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 'sysutils/pear-File_Find')
-rw-r--r-- | sysutils/pear-File_Find/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile index 85f81244f3da..6ac96fed5de1 100644 --- a/sysutils/pear-File_Find/Makefile +++ b/sysutils/pear-File_Find/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3.1 CATEGORIES= sysutils www pear MAINTAINER= miwi@FreeBSD.org -COMMENT= PEAR class that facillitates the search of filesystems +COMMENT= PEAR class that facilitates the search of filesystems BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS:= ${BUILD_DEPENDS} |