diff options
author | agc <agc@pkgsrc.org> | 1998-01-15 11:17:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-15 11:17:53 +0000 |
commit | e8f55638ddeb0914811ca93b00e488ef1aad58aa (patch) | |
tree | 03fbbd9e5d71726d047ce87838a6bdf4504f329f /audio/xmcd | |
parent | 28a47ec3515fc21d587a63f1fbae854e35c21c61 (diff) | |
download | pkgsrc-e8f55638ddeb0914811ca93b00e488ef1aad58aa.tar.gz |
The package itself installs unformatted man pages (albeit in the wrong
directory - see the post-install target), so use a MAN1 definition to
make sure that any compression takes place, using the usual package
mechanism. Fixes a problem pointed out by Charles Hannum.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index cbcb5b4974e..8772b710baa 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -3,7 +3,7 @@ # Date created: 21 December 1997 # Whom: hubertf@netbsd.org # -# $NetBSD: Makefile,v 1.3 1997/12/21 02:11:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/15 11:17:53 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp # @@ -18,6 +18,9 @@ REQUIRES_MOTIF= yes USE_IMAKE= yes IS_INTERACTIVE= yes # asks a lot of questions +CAT1= xmcd.0 cda.0 wm2xmcd.0 +MAN1= xmcd.1 cda.1 wm2xmcd.1 + post-install: ${CP} ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd ${MV} ${PREFIX}/man/cat1/xmcd.1 ${PREFIX}/man/man1/xmcd.1 |