diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 10:38:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 10:38:07 +0000 |
commit | 33c06253b317d300f791a298ce063ca6c55cf5b1 (patch) | |
tree | e8a185b9cb0a27f3c857dfdf1768f8d2fa2c1de2 | |
parent | Remove the gdb port. This is now *2* versions behind the system gdb. ;) (diff) |
Fix bogus CATEGORIES line.
Submitted by: jkh
-rw-r--r-- | audio/cdrdao/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cdrdao/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile index c272091d5958..46f170b5428c 100644 --- a/audio/cdrdao/Makefile +++ b/audio/cdrdao/Makefile @@ -3,14 +3,14 @@ # Date created: 7 April 1999 # Whom: futatuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/21 13:51:10 sada Exp $ # # If You don't want to use Joerg Schilling's SCSI library, # set DONT_USE_SCGLIB = yes DISTNAME= cdrdao-1.1.0.src PKGNAME= cdrdao-1.1.0 -CATEGORIES= cdrdao +CATEGORIES= audio MASTER_SITES= http://www.ping.de/sites/daneb/ MAINTAINER= futatuki@fureai.or.jp diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index c272091d5958..46f170b5428c 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -3,14 +3,14 @@ # Date created: 7 April 1999 # Whom: futatuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/21 13:51:10 sada Exp $ # # If You don't want to use Joerg Schilling's SCSI library, # set DONT_USE_SCGLIB = yes DISTNAME= cdrdao-1.1.0.src PKGNAME= cdrdao-1.1.0 -CATEGORIES= cdrdao +CATEGORIES= audio MASTER_SITES= http://www.ping.de/sites/daneb/ MAINTAINER= futatuki@fureai.or.jp |