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

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

Diff for /pkgsrc/pkgtools/pkglint/Makefile between version 1.322 and 1.326

version 1.322, 2006/01/12 04:27:58 version 1.326, 2006/01/26 16:20:45
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       pkglint-4.52  DISTNAME=       pkglint-4.54
 CATEGORIES=     pkgtools  CATEGORIES=     pkgtools
 MASTER_SITES=   # empty  MASTER_SITES=   # empty
 DISTFILES=      # empty  DISTFILES=      # empty
Line 42  SUBST_SED.pkglint+= -e 's|@DATADIR@|${PR
Line 42  SUBST_SED.pkglint+= -e 's|@DATADIR@|${PR
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
   # Note: This target is only intended for use by the pkglint author.
   .PHONY: quick-install
   quick-install:
           ${RM} -rf ${WRKSRC:Q}
           ${MKDIR} ${WRKSRC:Q}
           ${MAKE} do-extract subst-pkglint do-install post-install
   
 do-extract:  do-extract:
         cd ${FILESDIR:Q} && ${CP} lintpkgsrc.0 lintpkgsrc.1 lintpkgsrc.pl pkglint.0 pkglint.1 pkglint.pl plist-clash.pl ${WRKSRC:Q}          cd ${FILESDIR:Q} && ${CP} lintpkgsrc.0 lintpkgsrc.1 lintpkgsrc.pl pkglint.0 pkglint.1 pkglint.pl plist-clash.pl ${WRKSRC:Q}
   

Legend:
Removed from v.1.322  
changed lines
  Added in v.1.326

CVSweb <webmaster@jp.NetBSD.org>