diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-15 13:43:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-15 13:43:00 +0000 |
commit | 33f88ac93d645e352c325e12eee1dca510425b37 (patch) | |
tree | d55f6535b14eceee95cc0ed9ea9edeb6a284daea /x11 | |
parent | ace53a538c983266741dfc1b0f8d169b7d177685 (diff) | |
download | pkgsrc-33f88ac93d645e352c325e12eee1dca510425b37.tar.gz |
Override stupid Linux man page suffix selection to address PR 36784.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xmag/Makefile b/x11/xmag/Makefile index d838126f9f7..cc2ce7f0068 100644 --- a/x11/xmag/Makefile +++ b/x11/xmag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:55 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/15 13:43:00 joerg Exp $ # DISTNAME= xmag-1.0.1 @@ -12,6 +12,7 @@ COMMENT= Magnify parts of the screen PKG_DESTDIR_SUPPORT= user-destdir +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |