diff options
author | kris <kris@FreeBSD.org> | 2000-01-23 07:43:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-23 07:43:13 +0800 |
commit | 0c4f1401f5b78c8f5947fc9b0e44026e23bf3d24 (patch) | |
tree | a36805216a3619b4d16bbf3b738b7a3c8daf865a /audio | |
parent | e972d05905886b75b21b7c6abc97d771d595c131 (diff) | |
download | freebsd-ports-gnome-0c4f1401f5b78c8f5947fc9b0e44026e23bf3d24.tar.gz freebsd-ports-gnome-0c4f1401f5b78c8f5947fc9b0e44026e23bf3d24.tar.zst freebsd-ports-gnome-0c4f1401f5b78c8f5947fc9b0e44026e23bf3d24.zip |
Correct grammar in comments
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdrdao/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile index d578993ec379..d038ffe92dd3 100644 --- a/audio/cdrdao/Makefile +++ b/audio/cdrdao/Makefile @@ -5,10 +5,10 @@ # # $FreeBSD$ # -# If You don't want to use Joerg Schilling's SCSI library, +# If you don't want to use Joerg Schilling's SCSI library, # set DONT_USE_SCGLIB = yes -# If You don't want to use pthreads, set DONT_USE_PTHREADS = yes -# If You want the graphical X toc file editor, set XCDRDAO = yes +# If you don't want to use pthreads, set DONT_USE_PTHREADS = yes +# If you want the graphical X toc file editor, set XCDRDAO = yes DISTNAME= cdrdao-1.1.3.src PKGNAME= cdrdao-1.1.3 |