diff options
-rw-r--r-- | sysutils/mkisofs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 89fd23d05d5..1980b4d3ea8 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/08/21 21:01:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2000/12/20 17:13:21 wiz Exp $ # DISTNAME= mkisofs-1.11.3 @@ -8,8 +8,8 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/packages/mkisofs/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://andante.jic.com/mkisofs.html -IGNORE= "${PKGNAME} is now part of the cdrecord(-current) package" \ - "(someone maybe split mkisofs out from cdrecord)." +IGNORE= "${PKGNAME} is now part of the cdrecord package" \ + "(someone will maybe split mkisofs out from cdrecord)." GNU_CONFIGURE= yes ALL_TARGET= World |