diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-05-11 14:29:23 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-05-11 14:29:23 +0000 |
commit | 02d445d9793e9908157eea955c48d8e688824587 (patch) | |
tree | c96ab36defcbbaf8e1fa6fe5f6885ef93fcaa82f /audio | |
parent | cb87e5553d2aca307bd796dd81052d4b247a5265 (diff) | |
download | pkgsrc-02d445d9793e9908157eea955c48d8e688824587.tar.gz |
Fix several plists that use imake after some modifications in the imake
framework several monthes ago. This resolves various build problems on
Linux.
Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmcd/PLIST b/audio/xmcd/PLIST index df46af8ae36..5acad9fc3af 100644 --- a/audio/xmcd/PLIST +++ b/audio/xmcd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/02/22 00:06:21 rillig Exp $ +@comment $NetBSD: PLIST,v 1.7 2008/05/11 14:29:23 tonnerre Exp $ bin/cda bin/xmcd bin/xmcd_start @@ -248,8 +248,8 @@ lib/X11/xmcd/pixmaps/xmcd.xpm lib/X11/xmcd/pixmaps/xmcd_a.px lib/X11/xmcd/pixmaps/xmcd_b.px lib/X11/xmcd/scripts/genidx -man/man1/cda.1 -man/man1/xmcd.1 +man/man1/cda.${IMAKE_MAN_SUFFIX} +man/man1/xmcd.${IMAKE_MAN_SUFFIX} @dirrm lib/X11/xmcd/pixmaps @dirrm lib/X11/xmcd/help/Xm @dirrm lib/X11/xmcd/help/Ur |