blob: aaecc0508c595769667c19594a2b3d24f98e9cd6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$FreeBSD: ports/devel/bonobo-conf/files/patch-Makefile.in,v 1.2 2002/07/10 07:57:54 sobomax Exp $
--- Makefile.in.orig Wed Jul 10 10:43:21 2002
+++ Makefile.in Wed Jul 10 10:51:01 2002
@@ -145,12 +145,12 @@
XML_I18N_UPDATE = @XML_I18N_UPDATE@
ZVT_LIBS = @ZVT_LIBS@
-SUBDIRS = po intl bonobo-conf monikers examples cedit idl macros doc tests
+SUBDIRS = po intl bonobo-conf monikers examples cedit idl macros doc
EXTRA_DIST = xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in bonobo_confConf.sh.in bonobo-conf.spec
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = bonobo_confConf.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|