Date: Wed, 15 Jan 2014 11:11:42 +0100 From: Mathieu Arnold <mat@FreeBSD.org> To: Martin Wilke <miwi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r339760 - in head/www/privoxy: . files Message-ID: <FC6AC23D3737752E2BD9F849@atuin.in.mat.cc> In-Reply-To: <201401150721.s0F7LIbD005349@svn.freebsd.org> References: <201401150721.s0F7LIbD005349@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
+--On 15 janvier 2014 07:21:18 +0000 Martin Wilke <miwi@FreeBSD.org> wrote: | +PLIST_SUB+= MAN1PREFIX=${MAN1PREFIX} | + | - @${INSTALL_MAN} ${WRKSRC}/privoxy.1 ${MANPREFIX}/man/man1 | + @${INSTALL_MAN} ${WRKSRC}/privoxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 | | +%%MAN1PREFIX%%/man/man1/privoxy.1.gz Using MAN1PREFIX in the *install target, is, hum, well, ok, though you should only use PREFIX, but you should not add it to the plist, we don't support the user changing it. It is, and so are all the other MANxPREFIX, are there so that frameworks, like, say, perl, can change them to install its stuff where it needs. -- Mathieu Arnold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FC6AC23D3737752E2BD9F849>