Received: by mail.netbsd.org (Postfix, from userid 605) id E936484EC7; Wed, 12 Apr 2023 20:31:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24B3384E6C for ; Wed, 12 Apr 2023 20:31:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sQRh6h4iFryw for ; Wed, 12 Apr 2023 20:31:36 +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 79B8384CF3 for ; Wed, 12 Apr 2023 20:31:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72CA1FA84; Wed, 12 Apr 2023 20:31:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681331496177740" MIME-Version: 1.0 Date: Wed, 12 Apr 2023 20:31:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/gsed To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230412203136.72CA1FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681331496177740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 12 20:31:36 UTC 2023 Modified Files: pkgsrc/textproc/gsed: Makefile Log Message: gsed: fix previous To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/textproc/gsed/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681331496177740 Content-Disposition: inline Content-Length: 869 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/gsed/Makefile diff -u pkgsrc/textproc/gsed/Makefile:1.61 pkgsrc/textproc/gsed/Makefile:1.62 --- pkgsrc/textproc/gsed/Makefile:1.61 Wed Apr 12 11:20:40 2023 +++ pkgsrc/textproc/gsed/Makefile Wed Apr 12 20:31:36 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2023/04/12 11:20:40 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2023/04/12 20:31:36 wiz Exp $ DISTNAME= sed-4.9 PKGNAME= g${DISTNAME} @@ -34,7 +34,6 @@ CONFIGURE_ARGS+= --program-prefix=g .include "../../mk/bsd.prefs.mk" post-install: - ${INSTALL_DATA} ${DISTDIR}/g${DISTNAME}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/sed.1 ${INSTALL_DATA} ${DISTDIR}/g${DISTNAME}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/gsed.1 .for g n in bin/gsed ${PKGGNUDIR}bin/sed ${PKGMANDIR}/man1/gsed.1 ${PKGGNUDIR}${PKGMANDIR}/man1/sed.1 ${LN} -sf ${PREFIX}/${g} ${DESTDIR}${PREFIX}/${n} --_----------=_1681331496177740--