1 --- man/Makefile 2008-03-28 14:42:42.612628970 -0500
2 +++ man/Makefile.new 2008-03-28 15:11:31.435796044 -0500
3 @@ -273,8 +273,8 @@ maintainer-clean-generic clean mostlycle
6 inst=`echo "nana" | sed '$(transform)'`.1; \
7 - echo installing nana.1 as $(mandir)/man$$sect/$$inst; \
8 - $(INSTALL_DATA) $(srcdir)/nana.1 $(mandir)/man$$sect/$$inst
9 + echo installing nana.1 as $(DESTDIR)$(mandir)/man$$sect/$$inst; \
10 + $(INSTALL_DATA) $(srcdir)/nana.1 $(DESTDIR)$(mandir)/man$$sect/$$inst
12 # Tell versions [3.59,3.63) of GNU make to not export all variables.
13 # Otherwise a system limit (for SysV at least) may be exceeded.