pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/oaf Fixed installation of configuration file. Bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/714531c90bfc
branches:  trunk
changeset: 514732:714531c90bfc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jun 17 17:29:12 2006 +0000

description:
Fixed installation of configuration file. Bumped PKGREVISION.

diffstat:

 devel/oaf/Makefile |  9 +++++++--
 devel/oaf/PLIST    |  6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r 9557b2faa694 -r 714531c90bfc devel/oaf/Makefile
--- a/devel/oaf/Makefile        Sat Jun 17 17:20:56 2006 +0000
+++ b/devel/oaf/Makefile        Sat Jun 17 17:29:12 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2006/06/11 14:46:56 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2006/06/17 17:29:12 rillig Exp $
 #
 
 DISTNAME=              oaf-0.6.10
-PKGREVISION=           8
+PKGREVISION=           9
 CATEGORIES=            devel gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/oaf/0.6/}
 EXTRACT_SUFX=          .tar.bz2
@@ -21,6 +21,11 @@
 
 CONFIGURE_ARGS+=       --enable-gtk-doc=no
 
+EGDIR=                 ${PREFIX}/share/examples/oaf
+INSTALL_MAKE_FLAGS+=   oafconfigdir=${EGDIR}
+PKG_SYSCONFSUBDIR=     oaf
+CONF_FILES+=           ${EGDIR}/oaf-config.xml ${PKG_SYSCONFDIR}/oaf-config.xml
+
 .include "../../devel/popt/buildlink3.mk"
 .include "../../textproc/intltool/buildlink3.mk"
 .include "../../textproc/libxml/buildlink3.mk"
diff -r 9557b2faa694 -r 714531c90bfc devel/oaf/PLIST
--- a/devel/oaf/PLIST   Sat Jun 17 17:20:56 2006 +0000
+++ b/devel/oaf/PLIST   Sat Jun 17 17:29:12 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:17 jlam Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/06/17 17:29:12 rillig Exp $
 bin/oaf-client
 bin/oaf-config
 bin/oaf-empty-server
@@ -6,8 +6,6 @@
 bin/oaf-slay
 bin/oaf-sysconf
 bin/oafd
-etc/oaf/oaf-config.xml
-etc/oaf/oaf-config.xml.sample
 include/liboaf/liboaf-version.h
 include/liboaf/liboaf.h
 include/liboaf/oaf-actid.h
@@ -25,6 +23,8 @@
 lib/oafConf.sh
 man/man1/oafd.1
 share/aclocal/oaf.m4
+share/examples/oaf/oaf-config.xml
+share/examples/oaf/oaf-config.xml.sample
 share/idl/oaf-factory.idl
 share/idl/oaf.idl
 share/locale/az/LC_MESSAGES/oaf.mo



Home | Main Index | Thread Index | Old Index