Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8639584E7A for ; Wed, 7 Jun 2023 07:00:03 +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 cLN0l2KaK4GC for ; Wed, 7 Jun 2023 07:00:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1862284D8A for ; Wed, 7 Jun 2023 07:00:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15C06FA89; Wed, 7 Jun 2023 07:00:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168612120393760" MIME-Version: 1.0 Date: Wed, 7 Jun 2023 07:00:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/xyconvert To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230607070003.15C06FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168612120393760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 7 07:00:03 UTC 2023 Modified Files: pkgsrc/math/xyconvert: Makefile Log Message: xyconvert: clean pkglint To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/xyconvert/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168612120393760 Content-Disposition: inline Content-Length: 681 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/xyconvert/Makefile diff -u pkgsrc/math/xyconvert/Makefile:1.17 pkgsrc/math/xyconvert/Makefile:1.18 --- pkgsrc/math/xyconvert/Makefile:1.17 Wed Jun 7 06:58:46 2023 +++ pkgsrc/math/xyconvert/Makefile Wed Jun 7 07:00:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2023/06/07 06:58:46 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2023/06/07 07:00:02 wiz Exp $ .include "../../math/xylib/Makefile.common" @@ -13,8 +13,9 @@ USE_LANGUAGES+= c++11 GNU_CONFIGURE_WX_VERSION= no +INSTALLATION_DIRS+= bin + do-install: - ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/gui/xyconvert \ ${DESTDIR}${PREFIX}/bin --_----------=_168612120393760--