summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-17 12:40:01 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-17 12:40:01 +0000
commit23fe5d4a2a314aaaee94a5e57f21416a00c0cdbb (patch)
treea7822ef9b2fb87d7ed75bc79bf4cfb1424cc6e5c /x11
parent2eb8293c09b3055821a40220826e24b9235625ad (diff)
downloadpkgsrc-23fe5d4a2a314aaaee94a5e57f21416a00c0cdbb.tar.gz
Move the install script from files/install.tmpl to INSTALL, as we usually do.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome2-applets/INSTALL (renamed from x11/gnome2-applets/files/install.tmpl)2
-rw-r--r--x11/gnome2-applets/Makefile7
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/gnome2-applets/files/install.tmpl b/x11/gnome2-applets/INSTALL
index f78ec5e42cb..52d2605b158 100644
--- a/x11/gnome2-applets/files/install.tmpl
+++ b/x11/gnome2-applets/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: install.tmpl,v 1.1 2003/12/29 12:05:20 xtraeme Exp $
+# $NetBSD: INSTALL,v 1.1 2004/02/17 12:40:01 jmmv Exp $
#
# Set default list of macros.
#
diff --git a/x11/gnome2-applets/Makefile b/x11/gnome2-applets/Makefile
index 1b023336956..c99743ca95a 100644
--- a/x11/gnome2-applets/Makefile
+++ b/x11/gnome2-applets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/02/14 21:26:46 minskim Exp $
+# $NetBSD: Makefile,v 1.21 2004/02/17 12:40:01 jmmv Exp $
#
DISTNAME= gnome-applets-2.4.2
@@ -61,7 +61,10 @@ PLIST_SUBST+= BATTSTAT="@comment "
.endif
.include "../../devel/GConf2/schemas.mk"
-INSTALL_EXTRA_TMPL+= ${FILESDIR}/install.tmpl
+
+# This must come after GConf2's schemas.mk because it will modify default
+# values for keys created during the registration of .schemas files.
+INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
.include "../../devel/gail/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"