From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 11:35:36 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 F1CF14B9; Sun, 9 Feb 2014 11:35: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 791831CF2; Sun, 9 Feb 2014 11:35:35 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 175FFBDC30; Sun, 9 Feb 2014 12:35:34 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id E510ABDC2E; Sun, 9 Feb 2014 12:35:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 87E3CCE40A62; Sun, 9 Feb 2014 12:35:33 +0100 (CET) Date: Sun, 09 Feb 2014 12:35:31 +0100 From: Mathieu Arnold To: Thomas Zander , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r343375 - in head/audio/Maaate: . files Message-ID: <41B7471CCF0D4ECAE89AF574@atuin.in.mat.cc> In-Reply-To: <201402081825.s18IPDBN015959@svn.freebsd.org> References: <201402081825.s18IPDBN015959@svn.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 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 11:35:36 -0000 +--On 8 f=C3=A9vrier 2014 18:25:13 +0000 Thomas Zander wrote: | +.include | + | post-install: | +.if ${PORT_OPTIONS:MDOCS} | @${MKDIR} ${STAGEDIR}${DOCSDIR} | -.for file in API.html ChangeLog THANKS applications.html | - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} | +.for f in ${PORTDOCS} | + ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} | .endfor | +.endif | =20 | .include Would you mind removing the include and installing the docs all the time, like the wiki says ? Regards, --=20 Mathieu Arnold