diff options
author | obache <obache@pkgsrc.org> | 2014-03-03 03:30:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-03 03:30:52 +0000 |
commit | 7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91 (patch) | |
tree | 968fbf2f44edcbf2a187c50ffa7c8ac49b781666 /pkgtools/bootstrap-mk-files | |
parent | 92b8ca727c1d095ba1045f23f5edb21265dc7d0b (diff) | |
download | pkgsrc-7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91.tar.gz |
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r-- | pkgtools/bootstrap-mk-files/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index 47903fb6311..8d3bdeac1b1 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2013/12/31 19:10:20 dholland Exp $ +# $NetBSD: Makefile,v 1.40 2014/03/03 03:30:53 obache Exp $ -DISTNAME= bootstrap-mk-files-20131207 +PKGNAME= bootstrap-mk-files-20131207 CATEGORIES= pkgtools -MASTER_SITES= # empty -DISTFILES= # empty CONFLICTS+= mk-files-[0-9]* |