From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 12:59:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D8F596A; Sun, 9 Feb 2014 12:59:35 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0E0B138A; Sun, 9 Feb 2014 12:59:34 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 817F1BDC56; Sun, 9 Feb 2014 13:59:33 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 453DFBDC64; Sun, 9 Feb 2014 13:59:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 187B0CE4388A; Sun, 9 Feb 2014 13:59:31 +0100 (CET) Date: Sun, 09 Feb 2014 13:59:25 +0100 From: Mathieu Arnold To: Emanuel Haupt Subject: Re: svn commit: r343457 - head/audio/p5-Shout Message-ID: In-Reply-To: <20140209131626.ad5097b391ebb1e6d738e28a@FreeBSD.org> References: <201402091101.s19B1aPh072112@svn.freebsd.org> <1E1640591FF296C66F82EF62@atuin.in.mat.cc> <20140209131626.ad5097b391ebb1e6d738e28a@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 12:59:35 -0000 +--On 9 f=C3=A9vrier 2014 13:16:26 +0100 Emanuel Haupt wrote: | Mathieu Arnold wrote: |>=20 |>=20 |> +--On 9 f=C3=A9vrier 2014 11:01:36 +0000 Emanuel Haupt = |> wrote: |> | +.include |> | + |> | post-install: |> | -.ifndef(NOPORTDOCS) |> | - @${MKDIR} ${DOCSDIR} |> | - ${INSTALL_SCRIPT} ${WRKSRC}/example*.pl ${DOCSDIR} |> | -.endif |> | + ${STRIP_CMD} ${STAGEDIR} |> | ${SITE_PERL}/${PERL_ARCH}/auto/Shout/Shout.so |> | + ${MKDIR} ${STAGEDIR}${DOCSDIR} |> | + ${INSTALL_SCRIPT} ${WRKSRC}/example*.pl ${STAGEDIR} |> | ${DOCSDIR}=20 |> | .include |>=20 |> What do you need bsd.port.options.mk for ? |=20 | I think it's required for dealing with the conditional installation of: |=20 | ${MKDIR} ${STAGEDIR}${DOCSDIR} | ${INSTALL_SCRIPT} ${WRKSRC}/example*.pl ${STAGEDIR}${DOCSDIR} Yes, and like the wiki[1] says, unless there's a tremendous number of files and the IO hit is pretty severe you should install them always. (Also, if those are examples, they should go in EXAMPLESDIR) 1: --=20 Mathieu Arnold