diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /pkgtools/pkgfind | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'pkgtools/pkgfind')
-rw-r--r-- | pkgtools/pkgfind/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkgfind/Makefile b/pkgtools/pkgfind/Makefile index a55a297fc89..e3d68d5e105 100644 --- a/pkgtools/pkgfind/Makefile +++ b/pkgtools/pkgfind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/03/03 05:07:42 obache Exp $ +# $NetBSD: Makefile,v 1.27 2014/10/09 14:06:50 wiz Exp $ PKGNAME= pkgfind-20111022 CATEGORIES= pkgtools @@ -7,8 +7,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Find packages by package name in pkgsrc LICENSE= 2-clause-bsd -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_FEATURES= err getprogname setprogname snprintf warn INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |