Generate and install disc-cover.1 manpage. Requested in PR pkg/18618 by

Matthias Friedrich.  Bump PKGREVISION to 1.
This commit is contained in:
jmmv 2003-01-18 09:34:25 +00:00
parent de6297be9e
commit fbf7497a56
2 changed files with 9 additions and 3 deletions

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.6 2003/01/10 11:06:23 drochner Exp $
# $NetBSD: Makefile,v 1.7 2003/01/18 09:34:25 jmmv Exp $
#
DISTNAME= disc-cover-1.4.0
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://home.wanadoo.nl/~jano/files/
@ -12,11 +13,15 @@ COMMENT= generation of CD covers
DEPENDS+= p5-Audio-CD-0.05:../../audio/p5-Audio-CD
USE_BUILDLINK2= YES
NO_BUILD= YES
REPLACE_PERL= disc-cover
do-build:
cd ${WRKSRC} && ${BUILDLINK_PREFIX.perl}/bin/pod2man \
disc-cover > disc-cover.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/disc-cover ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/disc-cover.1 ${PREFIX}/man/man1
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,2 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:15:40 zuntum Exp $
@comment $NetBSD: PLIST,v 1.2 2003/01/18 09:34:26 jmmv Exp $
bin/disc-cover
man/man1/disc-cover.1