diff options
author | obache <obache> | 2008-08-10 02:52:27 +0000 |
---|---|---|
committer | obache <obache> | 2008-08-10 02:52:27 +0000 |
commit | 9c1ccee49e4db1d601cb8ddb72433a234c028a19 (patch) | |
tree | 1bb018da61020663c33011a34a5d0488783b6296 /audio/xmcd | |
parent | 8874b621e16b0cb7a60414a9387aa0998bf65661 (diff) | |
download | pkgsrc-9c1ccee49e4db1d601cb8ddb72433a234c028a19.tar.gz |
Let to fix MANSUFFIX=1.
This package's MANSUFFIX detection is incompatible with pkgsrc's
IMAKE_MAN_SUFFIX handling as problem on Linux reported in PR 37646.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index f53200bf1b7..c4f3c218e8a 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2008/08/10 02:41:26 obache Exp $ +# $NetBSD: Makefile,v 1.72 2008/08/10 02:52:27 obache Exp $ DISTNAME= xmcd-3.0.2 PKGREVISION= 10 @@ -19,6 +19,7 @@ USE_IMAKE= yes MAKE_ENV+= BATCH_BINDIR=${PREFIX}/bin MAKE_ENV+= BATCH_LIBDIR=${PREFIX}/lib/X11 MAKE_ENV+= BATCH_MANDIR=${PREFIX}/${PKGMANDIR}/man1 +MAKE_ENV+= BATCH_MANSUFFIX=1 MAKE_ENV+= SHELL=${SH:Q} CHECK_PERMS_SKIP+= lib/X11/xmcd/discog/* |