$NetBSD$ --- ./texk/detex/Makefile.in.orig 2006-01-18 06:41:51.000000000 +0900 +++ ./texk/detex/Makefile.in 2010-10-28 10:24:29.000000000 +0900 @@ -39,13 +39,13 @@ install: install-exec install-data uninstall: uninstall-exec uninstall-data install-exec: $(program) - $(SHELL) $(top_srcdir)/../mkinstalldirs $(bindir) - $(INSTALL_LIBTOOL_PROG) $(program) $(bindir) + $(SHELL) $(top_srcdir)/../mkinstalldirs ${DESTDIR}$(bindir) + $(INSTALL_LIBTOOL_PROG) $(program) ${DESTDIR}$(bindir) uninstall-exec: rm -f $(bindir)/$(program) install-data: - $(SHELL) $(top_srcdir)/../mkinstalldirs $(man1dir) - $(INSTALL_DATA) $(srcdir)/detex.man $(man1dir)/detex.$(manext) + $(SHELL) $(top_srcdir)/../mkinstalldirs ${DESTDIR}$(man1dir) + $(INSTALL_DATA) $(srcdir)/detex.man ${DESTDIR}$(man1dir)/detex.$(manext) uninstall-data: rm -f $(man1dir)/detex.$(manext) depend info dvi check: