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 C0EBE7A26D for ; Thu, 8 Sep 2016 14:53:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 71E4A85EA6; Thu, 8 Sep 2016 14:53:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02E3885E5C for ; Thu, 8 Sep 2016 14:53:19 +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 h8YMRQ03nrK9 for ; Thu, 8 Sep 2016 14:53:18 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 64EB785E25 for ; Thu, 8 Sep 2016 14:53:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FE44FBD1; Thu, 8 Sep 2016 14:53:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14733463981970" MIME-Version: 1.0 Date: Thu, 8 Sep 2016 14:53:18 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/news/trn To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20160908145318.5FE44FBD1@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. --_----------=_14733463981970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Sep 8 14:53:18 UTC 2016 Modified Files: pkgsrc/news/trn: Makefile Log Message: Support PKGMANDIR. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/news/trn/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14733463981970 Content-Disposition: inline Content-Length: 886 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/trn/Makefile diff -u pkgsrc/news/trn/Makefile:1.42 pkgsrc/news/trn/Makefile:1.43 --- pkgsrc/news/trn/Makefile:1.42 Sat Jul 9 06:38:47 2016 +++ pkgsrc/news/trn/Makefile Thu Sep 8 14:53:18 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/07/09 06:38:47 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2016/09/08 14:53:18 jperkin Exp $ DISTNAME= trn-4.0-test77 PKGNAME= trn-4.77 @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= -d -e -D bin=${PREFIX:Q -D filexp=${PREFIX:Q}'/share/trn/filexp' \ -D hostbits=${TRN_HOSTBITS:Q} \ -D installbin=${DESTDIR:Q}${PREFIX:Q}'/bin' \ - -D installmansrc=${DESTDIR:Q}${PREFIX:Q}'/man/man1' \ + -D installmansrc=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1 \ -D installprivlib=${DESTDIR:Q}${PREFIX:Q}'/share/trn' \ -D libpth=${PREFIX:Q}'/lib /usr/lib' \ -D mansrc=${PREFIX:Q}/${PKGMANDIR:Q}'/man1' \ --_----------=_14733463981970--