[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.2 and 1.3

version 1.2, 2002/12/22 13:10:13 version 1.3, 2003/01/11 07:52:19
Line 3 
Line 3 
 PREFIX=         @prefix@  PREFIX=         @prefix@
 INSTALL=        @INSTALL@  INSTALL=        @INSTALL@
   
 mandir=         ${PREFIX}/man  mandir=         @mandir@
 mandircat1=     ${mandir}/cat1  mandircat1=     ${mandir}/cat1
   
 CC=             @CC@  CC=             @CC@
Line 36  clean:
Line 36  clean:
 install:  install:
         ${INSTALL} ${PROG} ${PREFIX}/sbin          ${INSTALL} ${PROG} ${PREFIX}/sbin
         ${INSTALL} -m 755 -d ${mandircat1}          ${INSTALL} -m 755 -d ${mandircat1}
         ${INSTALL} -m 444 ${PROG}.cat1 ${mandircat1}/${PROG}.1          ${INSTALL} -m 444 ${PROG}.cat1 ${mandircat1}/${PROG}.0

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>