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/mtree | |
parent | 92b8ca727c1d095ba1045f23f5edb21265dc7d0b (diff) | |
download | pkgsrc-7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91.tar.gz |
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/mtree')
-rw-r--r-- | pkgtools/mtree/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/mtree/Makefile b/pkgtools/mtree/Makefile index fdf72e9d427..d870621dad7 100644 --- a/pkgtools/mtree/Makefile +++ b/pkgtools/mtree/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2013/09/08 16:20:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2014/03/03 03:30:53 obache Exp $ # -DISTNAME= mtree-20130908 +PKGNAME= mtree-20130908 CATEGORIES= pkgtools sysutils -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= sbd@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ |