diff options
author | lukem <lukem> | 2002-09-29 14:34:00 +0000 |
---|---|---|
committer | lukem <lukem> | 2002-09-29 14:34:00 +0000 |
commit | ca9e7d9a14ba61b189f7212c58936af9de301b1d (patch) | |
tree | 44ce73b1a89ddcb3b1eef11e8272f443222a4d98 /sysutils/cdrecord | |
parent | 9a32f0af2fb0ba6cc4577d3a7157857241b61ed9 (diff) | |
download | pkgsrc-ca9e7d9a14ba61b189f7212c58936af9de301b1d.tar.gz |
Fixes as recommended by Johnny Lam:
- set the PKGNAME of the devel version to "cdrecord" as well, and
remove the conflicts lines for cdrecord-{,devel-}[0-9]*
- set the version of the devel version to "1.10.34".
Diffstat (limited to 'sysutils/cdrecord')
-rw-r--r-- | sysutils/cdrecord/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/cdrecord/Makefile b/sysutils/cdrecord/Makefile index d131a58d4f1..a45da81a2c0 100644 --- a/sysutils/cdrecord/Makefile +++ b/sysutils/cdrecord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2002/09/29 08:58:37 lukem Exp $ +# $NetBSD: Makefile,v 1.43 2002/09/29 14:34:00 lukem Exp $ DISTNAME= cdrtools-1.10 PKGNAME= cdrecord-1.10 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/pr COMMENT= This program allows you to create CD's on a CD-Recorder CONFLICTS= mkisofs-[0-9]* -CONFLICTS+= cdrecord-devel-[0-9]* .include "../../mk/bsd.prefs.mk" |