pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gnome2-applets Move the install script from files/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e87a1171509
branches: trunk
changeset: 468860:4e87a1171509
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Feb 17 12:40:01 2004 +0000
description:
Move the install script from files/install.tmpl to INSTALL, as we usually do.
diffstat:
x11/gnome2-applets/INSTALL | 13 +++++++++++++
x11/gnome2-applets/Makefile | 7 +++++--
x11/gnome2-applets/files/install.tmpl | 13 -------------
3 files changed, 18 insertions(+), 15 deletions(-)
diffs (55 lines):
diff -r a011ee0831bf -r 4e87a1171509 x11/gnome2-applets/INSTALL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome2-applets/INSTALL Tue Feb 17 12:40:01 2004 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: INSTALL,v 1.1 2004/02/17 12:40:01 jmmv Exp $
+#
+# Set default list of macros.
+#
+
+case ${STAGE} in
+POST-INSTALL)
+ GCONF_CONFIG_SOURCE="${GCONF2_CONFIG_SOURCE}" \
+ ${LOCALBASE}/libexec/gnome-applets/mc-install-default-macros
+ ;;
+*)
+ ;;
+esac
diff -r a011ee0831bf -r 4e87a1171509 x11/gnome2-applets/Makefile
--- a/x11/gnome2-applets/Makefile Tue Feb 17 12:16:39 2004 +0000
+++ b/x11/gnome2-applets/Makefile Tue Feb 17 12:40:01 2004 +0000
@@ -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 @@
.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"
diff -r a011ee0831bf -r 4e87a1171509 x11/gnome2-applets/files/install.tmpl
--- a/x11/gnome2-applets/files/install.tmpl Tue Feb 17 12:16:39 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: install.tmpl,v 1.1 2003/12/29 12:05:20 xtraeme Exp $
-#
-# Set default list of macros.
-#
-
-case ${STAGE} in
-POST-INSTALL)
- GCONF_CONFIG_SOURCE="${GCONF2_CONFIG_SOURCE}" \
- ${LOCALBASE}/libexec/gnome-applets/mc-install-default-macros
- ;;
-*)
- ;;
-esac
Home |
Main Index |
Thread Index |
Old Index