summaryrefslogtreecommitdiff
path: root/x11/rgb/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2008-01-15 19:31:18 +0000
committerreed <reed@pkgsrc.org>2008-01-15 19:31:18 +0000
commit8cfa33371815c322d23e0263dc81c7269461dc68 (patch)
tree634f3bad70215bc5b29929c9c01f536a218e11f5 /x11/rgb/Makefile
parentfdbba25502928d35c6bac046c51a634cff445ba9 (diff)
downloadpkgsrc-8cfa33371815c322d23e0263dc81c7269461dc68.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/Makefile')
-rw-r--r--x11/rgb/Makefile4
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"