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

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/Makefile between version 1.13 and 1.14

version 1.13, 1999/03/16 15:42:59 version 1.14, 1999/03/25 16:18:47
Line 32  MANCOMPRESSED=  yes
Line 32  MANCOMPRESSED=  yes
   
 post-install:  post-install:
         [ -f $${PKG_DBDIR:-/var/db/pkg}/pkgdb.byfile.db ] || \          [ -f $${PKG_DBDIR:-/var/db/pkg}/pkgdb.byfile.db ] || \
                   if [ -d $${PKG_DBDIR:-/var/db/pkg} ]; then /bin/true; else \
                           ${MKDIR} $${PKG_DBDIR:-/var/db/pkg}; \
                   fi; \
                 pkg_admin rebuild                  pkg_admin rebuild
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>