[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.371 and 1.396

version 1.371, 2008/02/21 12:17:16 version 1.396, 2011/11/28 16:50:35
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 # Please don't increase the version number if you are not rillig.  # Note: if you update the version number, please have a look at the
 DISTNAME=       pkglint-4.83  # changes between the CVS tag "pkglint_current" and HEAD.
   # After updating, please re-set the CVS tag to HEAD.
   DISTNAME=       pkglint-4.105
 CATEGORIES=     pkgtools  CATEGORIES=     pkgtools
 MASTER_SITES=   # none  MASTER_SITES=   # none
 DISTFILES=      # none  DISTFILES=      # none
Line 36  SUBST_SED.pkglint+= -e s\|@PKGSRCDIR@\|/
Line 38  SUBST_SED.pkglint+= -e s\|@PKGSRCDIR@\|/
 SUBST_SED.pkglint+=     -e s\|@PKGSRCDIR@\|${PKGSRCDIR}\|g  SUBST_SED.pkglint+=     -e s\|@PKGSRCDIR@\|${PKGSRCDIR}\|g
 .endif  .endif
 SUBST_SED.pkglint+=     -e s\|@PREFIX@\|${PREFIX}\|g  SUBST_SED.pkglint+=     -e s\|@PREFIX@\|${PREFIX}\|g
 SUBST_SED.pkglint+=     -e s\|@DISTVER@\|${DISTNAME:S/pkglint-//:Q}\|g  SUBST_SED.pkglint+=     -e s\|@DISTVER@\|${DISTNAME:S/pkglint-//}\|g
 SUBST_SED.pkglint+=     -e s\|@MAKE@\|${MAKE:Q}\|g  SUBST_SED.pkglint+=     -e s\|@MAKE@\|${MAKE:Q}\|g
 SUBST_SED.pkglint+=     -e s\|@PERL@\|${PERL5:Q}\|g  SUBST_SED.pkglint+=     -e s\|@PERL@\|${PERL5:Q}\|g
 SUBST_SED.pkglint+=     -e s\|@DATADIR@\|${PREFIX}/share/pkglint\|g  SUBST_SED.pkglint+=     -e s\|@DATADIR@\|${PREFIX}/share/pkglint\|g
Line 64  do-install:
Line 66  do-install:
         ${INSTALL_DATA} ${FILESDIR}/deprecated.map ${DESTDIR}${PREFIX}/share/pkglint/          ${INSTALL_DATA} ${FILESDIR}/deprecated.map ${DESTDIR}${PREFIX}/share/pkglint/
   
 selftest: .PHONY  selftest: .PHONY
         ${LOCALBASE}/bin/pkglint          ${PREFIX}/bin/pkglint
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.371  
changed lines
  Added in v.1.396

CVSweb <webmaster@jp.NetBSD.org>