diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-18 09:34:25 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-18 09:34:25 +0000 |
commit | fbf7497a560f9e93a94b2243d6a4b6cfa44afc9a (patch) | |
tree | a08534281fb85a7fdcf0844ea9a77440515957a3 /audio | |
parent | de6297be9e802ef80469f55a93a4c43c5072a358 (diff) | |
download | pkgsrc-fbf7497a560f9e93a94b2243d6a4b6cfa44afc9a.tar.gz |
Generate and install disc-cover.1 manpage. Requested in PR pkg/18618 by
Matthias Friedrich. Bump PKGREVISION to 1.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/disc-cover/Makefile | 9 | ||||
-rw-r--r-- | audio/disc-cover/PLIST | 3 |
2 files changed, 9 insertions, 3 deletions
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 |