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 | |
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')
-rw-r--r-- | sysutils/cdrecord-devel/Makefile | 5 | ||||
-rw-r--r-- | sysutils/cdrecord/Makefile | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/cdrecord-devel/Makefile b/sysutils/cdrecord-devel/Makefile index e26cbe9b837..6741244dc33 100644 --- a/sysutils/cdrecord-devel/Makefile +++ b/sysutils/cdrecord-devel/Makefile @@ -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" 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" |