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/pkg_install | |
parent | 0802549b936fa9e43192622121ac299a2363762e (diff) | |
download | pkgsrc-859187e72e82a8f9ca87238df85e66a61c97afb5.tar.gz |
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 963ac3b7fab..766dc11fec6 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.201 2014/02/21 18:18:49 richard Exp $ +# $NetBSD: Makefile,v 1.202 2014/03/03 03:30:54 obache Exp $ # Notes to package maintainers: # @@ -6,11 +6,9 @@ # PKGTOOLS_REQD in bsd.pkg.mk. Do so if and only if there is a critical # change in the pkg_* tools that pkgsrc relies on for proper operation. -DISTNAME= pkg_install-${VERSION} +PKGNAME= pkg_install-${VERSION} PKGREVISION= 1 CATEGORIES= pkgtools -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= agc@NetBSD.org HOMEPAGE= http://www.pkgsrc.org/ |