On Mon, Mar 07, 2005 at 10:54:58PM +0100, Matthias Kilian wrote:
> could anyone check wether the attached diffs are sane? I need them
> for Matt's OpenBSD ports.

Sorry, I'm probably a little bit too drunk ;-) here are the patches.
$OpenBSD$
--- mf/GNUmakefile.orig Sat Feb 12 13:04:41 2005
+++ mf/GNUmakefile      Mon Mar  7 20:09:59 2005
@@ -215,9 +215,9 @@ $(outdir)/%.enc.in: %.enc
 
 # teTeX-2.0.x compatibility.
 local-install:
-       -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/dvips
-       (cd $(DESTDIR)$(local_lilypond_datadir)/dvips && ln -sf ../fonts/map .)
+       -$(INSTALL) -d $(local_lilypond_datadir)/dvips
+       (cd $(local_lilypond_datadir)/dvips && ln -sf ../fonts/map .)
 
 local-uninstall:
-       -rm -f $(DESTDIR)$(local_lilypond_datadir)/dvips/map
-       -rmdir $(DESTDIR)$(local_lilypond_datadir)/dvips
+       -rm -f $(local_lilypond_datadir)/dvips/map
+       -rmdir $(local_lilypond_datadir)/dvips
$OpenBSD$
--- tex/GNUmakefile.orig        Sat Feb 12 13:05:11 2005
+++ tex/GNUmakefile     Mon Mar  7 20:09:59 2005
@@ -26,12 +26,12 @@ $(outdir)/latin1.enc: GNUmakefile
 
 # teTeX-2.0.x compatibility.
 local-install:
-       -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/tex
-       (cd $(DESTDIR)$(local_lilypond_datadir)/tex && ln -sf ../fonts/enc .)
+       -$(INSTALL) -d $(local_lilypond_datadir)/tex
+       (cd $(local_lilypond_datadir)/tex && ln -sf ../fonts/enc .)
 
 local-uninstall:
-       -rm -f $(DESTDIR)$(local_lilypond_datadir)/tex/enc
-       -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex
+       -rm -f $(local_lilypond_datadir)/tex/enc
+       -rmdir $(local_lilypond_datadir)/tex
 
 all: $(INSTALLATION_FILES) $(INSTALLATION_OUT_FILES1)
 
$OpenBSD$
--- stepmake/stepmake/help2man-targets.make.orig        Mon Jun 23 00:36:47 2003
+++ stepmake/stepmake/help2man-targets.make     Mon Mar  7 20:09:59 2005
@@ -3,9 +3,9 @@ default: man
 local-install: install-help2man
 
 install-help2man: man
-       -$(INSTALL) -d $(DESTDIR)$(mandir)/man1
+       -$(INSTALL) -d $(mandir)/man1
        $(foreach a,  $(HELP2MAN_GROFFS), \
-               $(INSTALL) -m 644 $(a) $(DESTDIR)$(mandir)/man1 && ) true
+               $(INSTALL) -m 644 $(a) $(mandir)/man1 && ) true
 
 man: $(HELP2MAN_GROFFS)
 
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to