diff options
author | lukem <lukem@pkgsrc.org> | 2002-10-03 05:04:29 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2002-10-03 05:04:29 +0000 |
commit | 5e7a0ec96a3d492855c2dd49805d2067991ac470 (patch) | |
tree | 72c9fe6853ba4fa96f3c06c92f237536657c70ab /sysutils | |
parent | 4aceea631250427f79530dd8169123406990aa55 (diff) | |
download | pkgsrc-5e7a0ec96a3d492855c2dd49805d2067991ac470.tar.gz |
- install the following, per request from Simon Burge:
devdump isodump isoinfo isovfy
- crank PKGREVISION
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrecord-devel/Makefile | 8 | ||||
-rw-r--r-- | sysutils/cdrecord-devel/PLIST | 10 |
2 files changed, 16 insertions, 2 deletions
diff --git a/sysutils/cdrecord-devel/Makefile b/sysutils/cdrecord-devel/Makefile index 6741244dc33..4263f5bcb15 100644 --- a/sysutils/cdrecord-devel/Makefile +++ b/sysutils/cdrecord-devel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/09/29 14:34:00 lukem Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/03 05:04:29 lukem Exp $ DISTNAME= cdrtools-1.11a34 PKGNAME= cdrecord-1.10.34 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME:C/a.*//} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/ @@ -52,6 +53,11 @@ do-install: cd ${WRKSRC}/mkisofs; \ ${INSTALL_PROGRAM} OBJ/*/mkisofs ${PREFIX}/bin; \ ${INSTALL_MAN} mkisofs.8 ${PREFIX}/man/man8 + cd ${WRKSRC}/mkisofs/diag; \ + for f in devdump isodump isoinfo isovfy; do \ + ${INSTALL_PROGRAM} OBJ/*/$$f ${PREFIX}/bin; \ + ${INSTALL_MAN} isoinfo.8 ${PREFIX}/man/man8/$$f.8; \ + done cd ${WRKSRC}/readcd; \ ${INSTALL_PROGRAM} OBJ/*/readcd ${PREFIX}/bin; \ ${INSTALL_MAN} readcd.1 ${PREFIX}/man/man1 diff --git a/sysutils/cdrecord-devel/PLIST b/sysutils/cdrecord-devel/PLIST index 546ee7369bd..820fab58f8d 100644 --- a/sysutils/cdrecord-devel/PLIST +++ b/sysutils/cdrecord-devel/PLIST @@ -1,9 +1,17 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/31 22:52:58 lukem Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/10/03 05:04:30 lukem Exp $ bin/cdda2wav bin/cdrecord bin/mkisofs bin/readcd +bin/devdump +bin/isodump +bin/isoinfo +bin/isovfy man/man1/cdda2wav.1 man/man1/cdrecord.1 man/man1/readcd.1 man/man8/mkisofs.8 +man/man8/devdump.8 +man/man8/isodump.8 +man/man8/isoinfo.8 +man/man8/isovfy.8 |