From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 10:54:44 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 92B35958; Thu, 6 Feb 2014 10:54:44 +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 5049B13BF; Thu, 6 Feb 2014 10:54:44 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id F0CE9BDC5D; Thu, 6 Feb 2014 11:54:42 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id EA363BDC5C; Thu, 6 Feb 2014 11:54:42 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id C85FCCDD4A6F; Thu, 6 Feb 2014 11:54:42 +0100 (CET) Date: Thu, 06 Feb 2014 11:54:42 +0100 From: Mathieu Arnold To: Emanuel Haupt , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r343011 - head/irc/p5-POE-Component-IRC-Plugin-Blowfish Message-ID: In-Reply-To: <201402061037.s16Ab41f070947@svn.freebsd.org> References: <201402061037.s16Ab41f070947@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: Thu, 06 Feb 2014 10:54:44 -0000 +--On 6 f=C3=A9vrier 2014 10:37:04 +0000 Emanuel Haupt wrote: | +.include | =20 | -NO_STAGE=3D yes | post-install: | -.ifndef(NOPORTEXAMPLES) | - @${ECHO_MSG} "=3D=3D=3D> Installing examples for ${PKGNAME}" | - @${MKDIR} ${EXAMPLESDIR} | - ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} | -.endif | + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} | + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Unless I read this the wrong way, you don't need port.options.mk here. --=20 Mathieu Arnold