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

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

Diff for /pkgsrc/archivers/pax/Makefile between version 1.15 and 1.16

version 1.15, 2004/07/03 02:50:32 version 1.16, 2004/08/14 02:33:32
Line 20  NO_PKG_REGISTER=        # defined
Line 20  NO_PKG_REGISTER=        # defined
 NO_PACKAGE=             Deinstallation is not permitted  NO_PACKAGE=             Deinstallation is not permitted
 PKG_PRESERVE=           # defined  PKG_PRESERVE=           # defined
   
   .include "../../mk/bsd.prefs.mk"
   
 do-extract:  do-extract:
         @${CP} -Rp ${FILESDIR} ${WRKSRC}          @${CP} -Rp ${FILESDIR} ${WRKSRC}
   
 .include "../../pkgtools/libnbcompat/buildlink3.mk"  .if defined(LIBNBCOMPAT_STYLE) && (${LIBNBCOMPAT_STYLE} == "inplace")
   .  include "../../pkgtools/libnbcompat/inplace.mk"
   .else
   .  include "../../pkgtools/libnbcompat/buildlink3.mk"
   .endif
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>