diff options
author | reed <reed@pkgsrc.org> | 2008-01-15 19:31:18 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2008-01-15 19:31:18 +0000 |
commit | 1d6c059af1eb84fb80f132043bc708405d5d83d2 (patch) | |
tree | 634f3bad70215bc5b29929c9c01f536a218e11f5 /x11/rgb | |
parent | 428aa6a7b06d9076b087ccf32b2757f5c10f293c (diff) | |
download | pkgsrc-1d6c059af1eb84fb80f132043bc708405d5d83d2.tar.gz |
Define APP_MAN_SUFFIX=1 in the configure environment (like other
Xorg packages). This fixes problem on some platforms, like Linux,
where it installs as 1x by default.
This problem was fixed upstream long ago. But new source tarballs
have not been released after being generated with the newer autoconf
macro improvements.
Diffstat (limited to 'x11/rgb')
-rw-r--r-- | x11/rgb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile index e582daec09a..d2db7ef6de7 100644 --- a/x11/rgb/Makefile +++ b/x11/rgb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 14:50:20 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/15 19:31:18 reed Exp $ # DISTNAME= rgb-1.0.1 @@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 + .include "../../x11/xproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |