openbsd-ports/print/texlive/base/patches/patch-texk_tex4htk_Makefile_in
jasper 26bc9c8629 import texlive 2007
TeXLive is an easy way to get up and running with TeX. It provides a
comprehensive TeX system which includes all the major TeX-related
programs, macro packages, and fonts that are free software, including
support for many languages around the world.

from Edd Barrett <vext01@gmail.com>, with a lot of tweaks by me
input from kili@
feedback and ok simon@
2007-07-17 21:53:25 +00:00

21 lines
923 B
Plaintext
Executable File

$OpenBSD: patch-texk_tex4htk_Makefile_in,v 1.1.1.1 2007/07/17 21:53:31 jasper Exp $
--- texk/tex4htk/Makefile.in.orig Sat Apr 21 18:32:35 2007
+++ texk/tex4htk/Makefile.in Sat Apr 21 18:33:47 2007
@@ -29,12 +29,12 @@ install: install-exec install-data
uninstall: uninstall-exec uninstall-data
install-exec: all
- $(SHELL) $(top_srcdir)/../mkinstalldirs $(bindir)
- for p in $(programs); do $(INSTALL_LIBTOOL_PROG) $$p $(bindir); done
- for p in $(scripts); do $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/$$p; done
+ $(SHELL) $(top_srcdir)/../mkinstalldirs ${DESTDIR}$(bindir)
+ for p in $(programs); do $(INSTALL_LIBTOOL_PROG) $$p ${DESTDIR}$(bindir); done
+ for p in $(scripts); do $(INSTALL_SCRIPT) $(srcdir)/$$p ${DESTDIR}$(bindir)/$$p; done
uninstall-exec:
- for p in $(programs) $(scripts); do rm -f $(bindir)/$$p; done
+ for p in $(programs) $(scripts); do rm -f ${DESTDIR}$(bindir)/$$p; done
install-data: