Received: by mail.netbsd.org (Postfix, from userid 605) id B05A784DCD; Wed, 13 May 2020 11:16:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35B6B84DCC for ; Wed, 13 May 2020 11:16:51 +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 vYaWNDboqS2X for ; Wed, 13 May 2020 11:16:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8D2C684DC7 for ; Wed, 13 May 2020 11:16:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 875ACFB27; Wed, 13 May 2020 11:16:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589368610141450" MIME-Version: 1.0 Date: Wed, 13 May 2020 11:16:50 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/print/tex-texlive-scripts-doc To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20200513111650.875ACFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589368610141450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed May 13 11:16:50 UTC 2020 Modified Files: pkgsrc/print/tex-texlive-scripts-doc: Makefile Log Message: tex-texlive-scripts-doc: Fix PKGMANDIR. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-texlive-scripts-doc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589368610141450 Content-Disposition: inline Content-Length: 837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-texlive-scripts-doc/Makefile diff -u pkgsrc/print/tex-texlive-scripts-doc/Makefile:1.2 pkgsrc/print/tex-texlive-scripts-doc/Makefile:1.3 --- pkgsrc/print/tex-texlive-scripts-doc/Makefile:1.2 Sun May 10 23:37:14 2020 +++ pkgsrc/print/tex-texlive-scripts-doc/Makefile Wed May 13 11:16:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/05/10 23:37:14 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2020/05/13 11:16:50 jperkin Exp $ DISTNAME= texlive-scripts.doc PKGNAME= tex-${DISTNAME:S/./-/}-2020 @@ -9,7 +9,7 @@ COMMENT= Documentation for tex-texlive-s LICENSE= gnu-gpl-v2 AND public-domain post-install: - ${RM} ${DESTDIR}${PREFIX}/man/man1/install-tl.1 + ${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/install-tl.1 .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1589368610141450--