diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-22 23:43:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-22 23:43:13 +0000 |
commit | 017127529f95df32fa097238bae1d63aafea95b1 (patch) | |
tree | 3fce0fb24f1ae2e56be4eb428b091fc28230bb4d | |
parent | Respect CC and CFLAGS (diff) |
Correct grammar in comments
-rw-r--r-- | audio/cdrdao/Makefile | 6 | ||||
-rw-r--r-- | sysutils/cdrdao/Makefile | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index d578993ec379..d038ffe92dd3 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/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 |