$NetBSD: patch-ab,v 1.2 2003/01/07 13:36:33 jmmv Exp $

--- etc/Makefile.in.orig	Wed Jul 17 04:48:55 2002
+++ etc/Makefile.in
@@ -72,9 +72,8 @@ default: all
 all:
 
 install: all
-	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/rc.d/init.d
-	$(INSTALL) -m 644 opencm.conf $(DESTDIR)$(sysconfdir)
-	$(INSTALL) -m 644 opencm.rc $(DESTDIR)$(sysconfdir)/rc.d/init.d/opencm
+	$(mkinstalldirs) ${DESTDIR}$(prefix)/share/examples/opencm
+	$(INSTALL) -m 644 opencm.conf ${DESTDIR}$(prefix)/share/examples/opencm/opencm.conf
 
 uninstall:
 	-rm -f $(DESTDIR)$(sysconfdir)/opencm.conf
