From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 12:16:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37CBE4E5; Sun, 9 Feb 2014 12:16:31 +0000 (UTC) Received: from mx.critical.ch (mx.critical.ch [IPv6:2001:1620:f05::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9F8C10D6; Sun, 9 Feb 2014 12:16:30 +0000 (UTC) Received: from beaver.home.critical.ch (77-59-132-3.dclient.hispeed.ch [77.59.132.3]) (authenticated bits=0) by mx.critical.ch (8.14.7/8.14.7/critical-1.0) with ESMTP id s19CGQCu071286; Sun, 9 Feb 2014 13:16:26 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Sun, 9 Feb 2014 13:16:26 +0100 From: Emanuel Haupt To: Mathieu Arnold Subject: Re: svn commit: r343457 - head/audio/p5-Shout Message-Id: <20140209131626.ad5097b391ebb1e6d738e28a@FreeBSD.org> In-Reply-To: <1E1640591FF296C66F82EF62@atuin.in.mat.cc> References: <201402091101.s19B1aPh072112@svn.freebsd.org> <1E1640591FF296C66F82EF62@atuin.in.mat.cc> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 12:16:31 -0000 Mathieu Arnold wrote: >=20 >=20 > +--On 9 f=E9vrier 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 ? I think it's required for dealing with the conditional installation of: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/example*.pl ${STAGEDIR}${DOCSDIR} Emanuel