diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
commit | d5fda8cb2c24981e11e8e1fe4487789e108b5b34 (patch) | |
tree | ac7ed005b2cc3dddde570973d1da7a6213760341 /audio/dekagen | |
parent | b68da0a0cc2261f94219d2be1d96b8f6ed1d53b9 (diff) |
Fix typos in COMMENT
Notes
Notes:
svn path=/head/; revision=301510
Diffstat (limited to 'audio/dekagen')
-rw-r--r-- | audio/dekagen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dekagen/Makefile b/audio/dekagen/Makefile index 946d5621e2e2..df2004c02ab4 100644 --- a/audio/dekagen/Makefile +++ b/audio/dekagen/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= ftp://ftp.ibiblio.org/pub/linux/apps/sound/convert/ MAINTAINER= martin.kraft@fal.de -COMMENT= A frontend to rip, convert and name MP3/Ogg +COMMENT= A frontend to rip, convert, and name MP3/Ogg # The only reason for installing xmcd is, that dekagen uses cda # for CDDB inquiries. You can safely 'make -DWITHOUT_XMCD', if you |