blob: d0770325f16e61ed3e02868cf5c1c546575004a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ab,v 1.3 2010/01/29 19:12:10 joerg 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
|