Files
pkgsrc-ng/devel/opencm/patches/patch-ab
2013-09-26 17:14:40 +02:00

17 lines
570 B
Plaintext

$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