diff options
author | obache <obache@pkgsrc.org> | 2014-03-02 09:03:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-02 09:03:11 +0000 |
commit | f9d8ad7062c92ad1738268d595a4201c8713976f (patch) | |
tree | 771242c4f152e139b00787b9d32d3cf833811593 /pkgtools/pkglint | |
parent | 1d1ca48a84713095e521b31f63e231c9dfe7b442 (diff) | |
download | pkgsrc-f9d8ad7062c92ad1738268d595a4201c8713976f.tar.gz |
No need to define fake DISTNAME and empty MASTER_SITES and DISTFILES now.
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index ecaf6af534e..46cea716e7c 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.439 2014/02/17 14:33:42 wiz Exp $ +# $NetBSD: Makefile,v 1.440 2014/03/02 09:03:11 obache 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.136 +PKGNAME= pkglint-4.136 CATEGORIES= pkgtools -MASTER_SITES= # none -DISTFILES= # none OWNER= wiz@NetBSD.org HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ @@ -39,7 +37,7 @@ SUBST_SED.pkglint+= -e s\|@PKGSRCDIR@\|/usr/pkgsrc\|g SUBST_SED.pkglint+= -e s\|@PKGSRCDIR@\|${PKGSRCDIR}\|g .endif SUBST_SED.pkglint+= -e s\|@PREFIX@\|${PREFIX}\|g -SUBST_SED.pkglint+= -e s\|@DISTVER@\|${DISTNAME:S/pkglint-//}\|g +SUBST_SED.pkglint+= -e s\|@DISTVER@\|${PKGNAME: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@\|${FILESDIR}\|g |