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/pkg_distinst | |
parent | 92b8ca727c1d095ba1045f23f5edb21265dc7d0b (diff) | |
download | pkgsrc-7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91.tar.gz |
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/pkg_distinst')
-rw-r--r-- | pkgtools/pkg_distinst/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/pkg_distinst/Makefile b/pkgtools/pkg_distinst/Makefile index fa2bf7716d9..3fefb97e35d 100644 --- a/pkgtools/pkg_distinst/Makefile +++ b/pkgtools/pkg_distinst/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:46 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/03/03 03:30:54 obache Exp $ -DISTNAME= pkg_distinst-0.02 +PKGNAME= pkg_distinst-0.02 PKGREVISION= 2 CATEGORIES= pkgtools -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Remove any distfiles not belonging to an installed package |