$NetBSD$ --- ./texk/ttfdump/src/Makefile.in.orig 2006-01-18 06:41:51.000000000 +0900 +++ ./texk/ttfdump/src/Makefile.in 2010-10-28 10:24:29.000000000 +0900 @@ -104,11 +104,11 @@ check: test install: ttfdump - $(INSTALL_PROGRAM) ttfdump $(bindir)/ttfdump - strip $(bindir)/ttfdump || true - chmod 775 $(bindir)/ttfdump - $(INSTALL_DATA) ../docs/ttfdump.1 $(mandir)/man1/ttfdump.1 - chmod 664 $(mandir)/man1/ttfdump.1 - @-rm -f $(mandir)/cat1/ttfdump.1 + $(INSTALL_PROGRAM) ttfdump ${DESTDIR}$(bindir)/ttfdump + strip ${DESTDIR}$(bindir)/ttfdump || true + chmod 775 ${DESTDIR}$(bindir)/ttfdump + $(INSTALL_DATA) ../docs/ttfdump.1 ${DESTDIR}$(mandir)/man1/ttfdump.1 + chmod 664 ${DESTDIR}$(mandir)/man1/ttfdump.1 + @-rm -f ${DESTDIR}$(mandir)/cat1/ttfdump.1 @echo Installed files... - ls -l $(bindir)/ttfdump $(mandir)/man1/ttfdump.1 + ls -l ${DESTDIR}$(bindir)/ttfdump ${DESTDIR}$(mandir)/man1/ttfdump.1