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".
This commit is contained in:
lukem 2002-09-29 14:34:00 +00:00
parent 6d9ee55978
commit f97306b25b
2 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2002/09/29 08:58:37 lukem Exp $
# $NetBSD: Makefile,v 1.3 2002/09/29 14:34:00 lukem Exp $
DISTNAME= cdrtools-1.11a34
PKGNAME= cdrecord-devel-1.11a34
PKGNAME= cdrecord-1.10.34
WRKSRC= ${WRKDIR}/${DISTNAME:C/a.*//}
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/
@ -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-[0-9]*
.include "../../mk/bsd.prefs.mk"

View file

@ -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"