Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5EE077A2AF for ; Sat, 9 Jul 2016 12:54:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0D59285EA2; Sat, 9 Jul 2016 12:54:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9302B85E46 for ; Sat, 9 Jul 2016 12:54:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4-XroC5mp0tj for ; Sat, 9 Jul 2016 12:54:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EBBBE85DFD for ; Sat, 9 Jul 2016 12:54:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E68F5FBB5; Sat, 9 Jul 2016 12:54:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146806885382310" MIME-Version: 1.0 Date: Sat, 9 Jul 2016 12:54:13 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/sysutils/vidc-tools To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160709125413.E68F5FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146806885382310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat Jul 9 12:54:13 UTC 2016 Modified Files: pkgsrc/sysutils/vidc-tools: Makefile Log Message: Fixed some pkglint warnings. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/vidc-tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146806885382310 Content-Disposition: inline Content-Length: 773 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/vidc-tools/Makefile diff -u pkgsrc/sysutils/vidc-tools/Makefile:1.9 pkgsrc/sysutils/vidc-tools/Makefile:1.10 --- pkgsrc/sysutils/vidc-tools/Makefile:1.9 Tue Oct 23 19:51:29 2012 +++ pkgsrc/sysutils/vidc-tools/Makefile Sat Jul 9 12:54:13 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/23 19:51:29 asau Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/09 12:54:13 rillig Exp $ # DISTNAME= misc-src-riscpc @@ -11,8 +11,8 @@ COMMENT= Tools for the VIDC console used WRKSRC= ${WRKDIR}/misc-src -ONLY_FOR_PLATFORM= NetBSD-*-arm NetBSD-*-arm32 +ONLY_FOR_PLATFORM= NetBSD-*-arm NetBSD-*-arm32 -INSTALLATION_DIRS = bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/html1 ${PKGMANDIR}/man1 +AUTO_MKDIRS= yes .include "../../mk/bsd.pkg.mk" --_----------=_146806885382310--