[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkg_install / files / info

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/pkgtools/pkg_install/files/info/Makefile.in between version 1.24 and 1.25

version 1.24, 2012/03/01 21:40:01 version 1.25, 2012/05/15 16:43:53
Line 52  install:
Line 52  install:
         $(INSTALL) -m 755 -d ${DESTDIR}$(man1dir)          $(INSTALL) -m 755 -d ${DESTDIR}$(man1dir)
         $(INSTALL) $(PROG) ${DESTDIR}$(sbindir)/$(PROG)          $(INSTALL) $(PROG) ${DESTDIR}$(sbindir)/$(PROG)
         $(INSTALL) -m 444 $(PROG).1 ${DESTDIR}$(man1dir)/$(PROG).1          $(INSTALL) -m 444 $(PROG).1 ${DESTDIR}$(man1dir)/$(PROG).1
 .if !empty(MANINSTALL:Mcatinstall)  .if defined(MANINSTALL) && !empty(MANINSTALL:Mcatinstall)
         $(INSTALL) -m 755 -d ${DESTDIR}$(cat1dir)          $(INSTALL) -m 755 -d ${DESTDIR}$(cat1dir)
         $(INSTALL) -m 444 $(PROG).cat ${DESTDIR}$(cat1dir)/$(PROG).0          $(INSTALL) -m 444 $(PROG).cat ${DESTDIR}$(cat1dir)/$(PROG).0
 .endif  .endif

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>