[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.80 and 1.81

version 1.80, 2003/09/02 22:30:46 version 1.81, 2003/09/02 22:34:04
Line 36  VERSION!=  ${AWK} -F '"' '/PKGTOOLS_VERS
Line 36  VERSION!=  ${AWK} -F '"' '/PKGTOOLS_VERS
 PKG_DBDIR?=             /var/db/pkg  PKG_DBDIR?=             /var/db/pkg
 PKG_INFO=               PKG_DBDIR=${PKG_DBDIR} ${PKG_INFO_CMD}  PKG_INFO=               PKG_DBDIR=${PKG_DBDIR} ${PKG_INFO_CMD}
   
 .if ${OPSYS} == "NetBSD" && !(exists(/usr/share/tmac/tmac.andoc) || exists(/usr/share/tmac/andoc.tmac))  
 PKG_FAIL_REASON+= "You need to have the 'text' set installed to build this package!"  
 .endif  
   
 do-extract:  do-extract:
         @${CP} -Rp ${FILESDIR} ${WRKSRC}          @${CP} -Rp ${FILESDIR} ${WRKSRC}
   

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVSweb <webmaster@jp.NetBSD.org>