diff options
author | cs <cs@FreeBSD.org> | 2012-07-25 04:23:22 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-07-25 04:23:22 +0800 |
commit | 86ae138ed5398f0292a2f7e6b6f8862cdee11c73 (patch) | |
tree | ce35a05af904b4346aac84323f221dfc897221a5 /misc | |
parent | 094dcab4ee715e18d92fcce8be8cc150b4b94d03 (diff) | |
download | freebsd-ports-gnome-86ae138ed5398f0292a2f7e6b6f8862cdee11c73.tar.gz freebsd-ports-gnome-86ae138ed5398f0292a2f7e6b6f8862cdee11c73.tar.zst freebsd-ports-gnome-86ae138ed5398f0292a2f7e6b6f8862cdee11c73.zip |
Fix typos in COMMENT
Diffstat (limited to 'misc')
-rw-r--r-- | misc/callid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/callid/Makefile b/misc/callid/Makefile index c575926e7970..15eff6afca1c 100644 --- a/misc/callid/Makefile +++ b/misc/callid/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc MASTER_SITES= http://possamai.home.xs4all.nl/callid/ MAINTAINER= ports@FreeBSD.org -COMMENT= Utility to log incoming calls using ISDN and output to mysql/php +COMMENT= Utility to log incoming calls using ISDN and output to MySQL/PHP USE_MYSQL= yes USE_PERL5= yes |