summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed>2008-01-15 19:31:18 +0000
committerreed <reed>2008-01-15 19:31:18 +0000
commitd0838cbb0a0d97d21b67114b0d042c2c81604595 (patch)
tree634f3bad70215bc5b29929c9c01f536a218e11f5
parent39dbdaa814bbc3819467a850407ef6a2e2cc11d9 (diff)
downloadpkgsrc-d0838cbb0a0d97d21b67114b0d042c2c81604595.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.
-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"