$NetBSD: patch-aa,v 1.2 2001/05/15 06:54:24 zuntum Exp $ --- doc/Makefile.in.orig Mon May 14 21:44:17 2001 +++ doc/Makefile.in @@ -225,7 +225,8 @@ install-data-local: cd $(DESTDIR)$(mandir)/man1; for i in $(manlinks); do $(LN_S) -f devtodo.1 $$i.1; done - test -f $(DESTDIR)$(sysconfdir)/todorc || mkdir -p $(DESTDIR)$(sysconfdir) && $(INSTALL_DATA) todorc.example $(DESTDIR)$(sysconfdir)/todorc + $(BSD_INSTALL_DATA_DIR) $(prefix)/share/examples/devtodo + $(BSD_INSTALL_DATA) todorc.example $(prefix)/share/examples/devtodo/todorc uninstall: rm $(addprefix $(DESTDIR)$(mandir)/man1/, $(addsuffix .1, $(manlinks)))