diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
commit | f7bb9e20782489fc6e22bb6c35c26051cb1d8c33 (patch) | |
tree | 7732ff10a8f89f28a77b19326981302bfb5beae7 /audio/cdd/Makefile | |
parent | 086f7dc00aa3fa9b201867614918f313f51535e9 (diff) | |
download | pkgsrc-f7bb9e20782489fc6e22bb6c35c26051cb1d8c33.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'audio/cdd/Makefile')
-rw-r--r-- | audio/cdd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cdd/Makefile b/audio/cdd/Makefile index e8b721343a2..d2bdaca521e 100644 --- a/audio/cdd/Makefile +++ b/audio/cdd/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2001/01/06 06:47:19 simonb Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:33 wiz Exp $ DISTNAME= cdd-1.0nb3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= thorpej@netbsd.org +COMMENT= Another program for reading CD digital audio from SCSI or ATAPI CD-ROM drives BUILD_DEPENDS+= ${PREFIX}/lib/libscsi.a:../../devel/libscsi |