Do not try to install mkhybrid.8 either.

This commit is contained in:
wiz 2007-09-30 13:49:11 +00:00
parent f6bb31ef56
commit 834cdd0a42

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2007/09/28 21:42:10 dmcmahill Exp $
# $NetBSD: Makefile,v 1.25 2007/09/30 13:49:11 wiz Exp $
DISTNAME= cdrtools-2.01.01a35
PKGNAME= cdrtools-2.01.01.35
@ -94,7 +94,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/$${program}/$${program}.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1; \
done
for program in mkhybrid mkisofs; do \
for program in mkisofs; do \
${INSTALL_MAN} ${WRKSRC}/$${program}/$${program}.8 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man8; \
done