From fbf7497a560f9e93a94b2243d6a4b6cfa44afc9a Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 18 Jan 2003 09:34:25 +0000 Subject: Generate and install disc-cover.1 manpage. Requested in PR pkg/18618 by Matthias Friedrich. Bump PKGREVISION to 1. --- audio/disc-cover/Makefile | 9 +++++++-- audio/disc-cover/PLIST | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'audio') diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile index 40da46a8853..d23511c9289 100644 --- a/audio/disc-cover/Makefile +++ b/audio/disc-cover/Makefile @@ -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" diff --git a/audio/disc-cover/PLIST b/audio/disc-cover/PLIST index 6d02e0e275b..dd8ce0acd21 100644 --- a/audio/disc-cover/PLIST +++ b/audio/disc-cover/PLIST @@ -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 -- cgit v1.2.3