diff options
author | obache <obache@pkgsrc.org> | 2008-08-10 02:52:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-10 02:52:27 +0000 |
commit | 4e4fe7d1ad15634f6884d0f79d801465e982ec1c (patch) | |
tree | 1bb018da61020663c33011a34a5d0488783b6296 /audio/xmcd | |
parent | 340c0085539be74efe852de14471279e763f8ba2 (diff) | |
download | pkgsrc-4e4fe7d1ad15634f6884d0f79d801465e982ec1c.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/* |