Received: by mail.netbsd.org (Postfix, from userid 605) id 2FBE484FA1; Sun, 22 Aug 2021 04:02:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BC7684F73 for ; Sun, 22 Aug 2021 04:02:24 +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 AjhagXFH85aF for ; Sun, 22 Aug 2021 04:02:24 +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 F387F84EC9 for ; Sun, 22 Aug 2021 04:02:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB059FA97; Sun, 22 Aug 2021 04:02:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162960494386650" MIME-Version: 1.0 Date: Sun, 22 Aug 2021 04:02:23 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/devel/libunit To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20210822040223.EB059FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162960494386650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Aug 22 04:02:23 UTC 2021 Modified Files: pkgsrc/devel/libunit: Makefile Log Message: libunit: remove redundant directive To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libunit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162960494386650 Content-Disposition: inline Content-Length: 638 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libunit/Makefile diff -u pkgsrc/devel/libunit/Makefile:1.2 pkgsrc/devel/libunit/Makefile:1.3 --- pkgsrc/devel/libunit/Makefile:1.2 Sun Feb 14 13:44:34 2021 +++ pkgsrc/devel/libunit/Makefile Sun Aug 22 04:02:23 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/02/14 13:44:34 otis Exp $ +# $NetBSD: Makefile,v 1.3 2021/08/22 04:02:23 gutteridge Exp $ PKGNAME= libunit-${UNIT_VERSION} DISTNAME= unit-${UNIT_VERSION} @@ -20,5 +20,4 @@ do-install: .include "../../www/unit/version.mk" .include "../../www/unit/Makefile.common" -.include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.pkg.mk" --_----------=_162960494386650--