summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2011-09-24 13:14:15 +0000
committerjoerg <joerg>2011-09-24 13:14:15 +0000
commit1b68b0960f780f8e07136a631b9a68a2cdd5638e (patch)
tree86a55115bd7a3d259ad4cd3c89d583985e5e66e1
parent7963e86688148f71d444c29260a7d758c346b2ad (diff)
downloadpkgsrc-1b68b0960f780f8e07136a631b9a68a2cdd5638e.tar.gz
Override appdefaultdir inherited from pkg-config, so that e.g. with
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
-rw-r--r--x11/beforelight/Makefile4
-rw-r--r--x11/bitmap/Makefile4
-rw-r--r--x11/editres/Makefile4
-rw-r--r--x11/xcalc/Makefile4
-rw-r--r--x11/xclock/Makefile4
-rw-r--r--x11/xconsole/Makefile4
-rw-r--r--x11/xdm/Makefile4
-rw-r--r--x11/xfontsel/Makefile4
-rw-r--r--x11/xload/Makefile4
-rw-r--r--x11/xlogo/Makefile4
-rw-r--r--x11/xmag/Makefile4
-rw-r--r--x11/xman/Makefile4
-rw-r--r--x11/xmessage/Makefile4
-rw-r--r--x11/xmore/Makefile4
-rw-r--r--x11/xsm/Makefile4
15 files changed, 45 insertions, 15 deletions
diff --git a/x11/beforelight/Makefile b/x11/beforelight/Makefile
index 57838f813bc..6aa9abe5a81 100644
--- a/x11/beforelight/Makefile
+++ b/x11/beforelight/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/11/10 17:21:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2011/09/24 13:14:15 joerg Exp $
#
DISTNAME= beforelight-1.0.3
@@ -16,6 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/bitmap/Makefile b/x11/bitmap/Makefile
index 49d1a56f932..9d6d792d0a4 100644
--- a/x11/bitmap/Makefile
+++ b/x11/bitmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/11/09 19:43:31 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2011/09/24 13:14:15 joerg Exp $
#
DISTNAME= bitmap-1.0.4
@@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/editres/Makefile b/x11/editres/Makefile
index 8d7eb949869..eee08698b5a 100644
--- a/x11/editres/Makefile
+++ b/x11/editres/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/11/09 19:41:44 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2011/09/24 13:14:15 joerg Exp $
#
DISTNAME= editres-1.0.4
@@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xcalc/Makefile b/x11/xcalc/Makefile
index 9605c1d7215..41af5cdf539 100644
--- a/x11/xcalc/Makefile
+++ b/x11/xcalc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/09/10 19:22:42 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2011/09/24 13:14:15 joerg Exp $
#
DISTNAME= xcalc-1.0.3
@@ -18,5 +18,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xclock/Makefile b/x11/xclock/Makefile
index d50807ef705..e3a40858451 100644
--- a/x11/xclock/Makefile
+++ b/x11/xclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/11/09 19:10:34 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2011/09/24 13:14:16 joerg Exp $
#
DISTNAME= xclock-1.0.4
@@ -18,6 +18,8 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
LDFLAGS+= ${BUILDLINK_LDADD.iconv}
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
diff --git a/x11/xconsole/Makefile b/x11/xconsole/Makefile
index ff756c03c5a..dda8b908bb6 100644
--- a/x11/xconsole/Makefile
+++ b/x11/xconsole/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/11/10 17:21:39 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2011/09/24 13:14:16 joerg Exp $
#
DISTNAME= xconsole-1.0.3
@@ -18,6 +18,8 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile
index ffb213dc9c6..4823122b8ba 100644
--- a/x11/xdm/Makefile
+++ b/x11/xdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/07/12 11:39:57 obache Exp $
+# $NetBSD: Makefile,v 1.14 2011/09/24 13:14:16 joerg Exp $
DISTNAME= xdm-1.1.10
CATEGORIES= x11
@@ -60,6 +60,8 @@ CONFIGURE_ARGS+= --with-random-device=/dev/urandom
CONFIGURE_ARGS+= --with-default-vt=vt05
.endif
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "options.mk"
.include "../../x11/libXaw/buildlink3.mk"
diff --git a/x11/xfontsel/Makefile b/x11/xfontsel/Makefile
index 4bed04a6202..ada3592ff3b 100644
--- a/x11/xfontsel/Makefile
+++ b/x11/xfontsel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/11/10 17:21:39 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2011/09/24 13:14:16 joerg Exp $
#
DISTNAME= xfontsel-1.0.2
@@ -16,5 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xload/Makefile b/x11/xload/Makefile
index a08a0f724b1..9d057c32a59 100644
--- a/x11/xload/Makefile
+++ b/x11/xload/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/11/10 17:21:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2011/09/24 13:14:16 joerg Exp $
#
DISTNAME= xload-1.0.2
@@ -18,5 +18,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xlogo/Makefile b/x11/xlogo/Makefile
index 0fd9a2b9074..5b1318ca6cc 100644
--- a/x11/xlogo/Makefile
+++ b/x11/xlogo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/09/10 19:48:23 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2011/09/24 13:14:16 joerg Exp $
#
DISTNAME= xlogo-1.0.2
@@ -17,6 +17,8 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
diff --git a/x11/xmag/Makefile b/x11/xmag/Makefile
index 2af81895c55..edf6efa3f68 100644
--- a/x11/xmag/Makefile
+++ b/x11/xmag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/11/09 18:44:31 tnn Exp $
+# $NetBSD: Makefile,v 1.7 2011/09/24 13:14:16 joerg Exp $
#
DISTNAME= xmag-1.0.3
@@ -16,5 +16,7 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xman/Makefile b/x11/xman/Makefile
index 5944e2f4fda..b1fd9462717 100644
--- a/x11/xman/Makefile
+++ b/x11/xman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/11/09 18:42:22 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2011/09/24 13:14:16 joerg Exp $
#
DISTNAME= xman-1.1.0
@@ -23,6 +23,8 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1
CONFIGURE_ARGS+= --with-manconfig=/etc/man.conf
.endif
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXprintUtil/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xmessage/Makefile b/x11/xmessage/Makefile
index 73231e1c9aa..1ba7bf0dec3 100644
--- a/x11/xmessage/Makefile
+++ b/x11/xmessage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/09/10 18:34:28 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2011/09/24 13:14:17 joerg Exp $
#
DISTNAME= xmessage-1.0.3
@@ -18,5 +18,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xmore/Makefile b/x11/xmore/Makefile
index 927e053e47e..9b538751934 100644
--- a/x11/xmore/Makefile
+++ b/x11/xmore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/09/10 20:00:45 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2011/09/24 13:14:17 joerg Exp $
#
DISTNAME= xmore-1.0.2
@@ -17,5 +17,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xsm/Makefile b/x11/xsm/Makefile
index 0766b0702ec..377951af1d3 100644
--- a/x11/xsm/Makefile
+++ b/x11/xsm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/11/10 17:21:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2011/09/24 13:14:17 joerg Exp $
#
DISTNAME= xsm-1.0.1
@@ -25,6 +25,8 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1
CONFIGURE_ENV+= ac_cv_path_RSH=/usr/bin/rsh
.endif
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"