diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-09 17:37:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-09 17:37:48 +0000 |
commit | 8eefd58ceee770e7a99c9b0891fd14a3f2016ffe (patch) | |
tree | ca710bafdb1a59d80f0a16a278d0185c96a9e2c5 /pkgtools/pkglint | |
parent | 201251a852913b705d608b2ced677d8bea9ac01c (diff) | |
download | pkgsrc-8eefd58ceee770e7a99c9b0891fd14a3f2016ffe.tar.gz |
Update to 4.111.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 5826cf6b836..68be6322a50 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.402 2012/07/06 09:29:00 obache Exp $ +# $NetBSD: Makefile,v 1.403 2012/07/09 17:37:48 wiz Exp $ # # Note: if you update the version number, please have a look at the # changes between the CVS tag "pkglint_current" and HEAD. # After updating, please re-set the CVS tag to HEAD. -DISTNAME= pkglint-4.110 +DISTNAME= pkglint-4.111 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none @@ -42,6 +42,7 @@ SUBST_SED.pkglint+= -e s\|@DISTVER@\|${DISTNAME:S/pkglint-//}\|g SUBST_SED.pkglint+= -e s\|@MAKE@\|${MAKE: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@\|/usr/pkgsrc/pkgtools/pkglint/files\|g # Note: This target is only intended for use by the pkglint author. .PHONY: quick-install |