summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-03-03 03:30:52 +0000
committerobache <obache@pkgsrc.org>2014-03-03 03:30:52 +0000
commit7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91 (patch)
tree968fbf2f44edcbf2a187c50ffa7c8ac49b781666 /pkgtools/pkg_install
parent92b8ca727c1d095ba1045f23f5edb21265dc7d0b (diff)
downloadpkgsrc-7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91.tar.gz
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile6
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/