diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-10 01:39:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-10 01:39:02 +0000 |
commit | 42da0a20029c70d37344ce5513bc0f9ff98d30e0 (patch) | |
tree | 1d019e8fd84c7e906a4bf476ad2269a78d304a50 /pkgtools | |
parent | 648f6af2e76ed9562a1eb63a651d4ce3717cf0a4 (diff) | |
download | pkgsrc-42da0a20029c70d37344ce5513bc0f9ff98d30e0.tar.gz |
miscellaneous small changes to make pkglint happy
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 5924ab90f37..c69e78ea900 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/09/09 01:59:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.27 2000/01/10 01:39:05 wiz Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -7,7 +7,6 @@ # Also, check PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk # (Use "make show-pkgtools-version" to find the correct value # for YYYYMMDD) - DISTNAME= pkg_install-19990909 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} |