diff options
author | rillig <rillig> | 2006-06-17 17:29:12 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-17 17:29:12 +0000 |
commit | b482ba01e00f56c46c86d6ae8f863375ce7b72ba (patch) | |
tree | fdf90fde9e919764068b3c850a393a888f087c1e /devel/oaf | |
parent | 0752cc05c6efe727022e63280a785a216624024c (diff) | |
download | pkgsrc-b482ba01e00f56c46c86d6ae8f863375ce7b72ba.tar.gz |
Fixed installation of configuration file. Bumped PKGREVISION.
Diffstat (limited to 'devel/oaf')
-rw-r--r-- | devel/oaf/Makefile | 9 | ||||
-rw-r--r-- | devel/oaf/PLIST | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 954ba060897..9e1b3340f37 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -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 @@ BROKEN_GETTEXT_DETECTION= YES 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 --git a/devel/oaf/PLIST b/devel/oaf/PLIST index 47907d1b368..701aaa9f463 100644 --- a/devel/oaf/PLIST +++ b/devel/oaf/PLIST @@ -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-run-query 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/liboaf.la 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 |