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 | 859187e72e82a8f9ca87238df85e66a61c97afb5 (patch) | |
tree | 968fbf2f44edcbf2a187c50ffa7c8ac49b781666 /pkgtools/rdigest/Makefile | |
parent | 0802549b936fa9e43192622121ac299a2363762e (diff) | |
download | pkgsrc-859187e72e82a8f9ca87238df85e66a61c97afb5.tar.gz |
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/rdigest/Makefile')
-rw-r--r-- | pkgtools/rdigest/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/rdigest/Makefile b/pkgtools/rdigest/Makefile index cce9bed5b6b..fa73a5d3489 100644 --- a/pkgtools/rdigest/Makefile +++ b/pkgtools/rdigest/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/03/21 16:29:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/03/03 03:30:55 obache Exp $ -DISTNAME= rdigest-${VERSION} +PKGNAME= rdigest-${VERSION} CATEGORIES= # be quiet pkglint -MASTER_SITES= # be quiet pkglint MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Recursive message digest wrapper utility |