From owner-svn-ports-head@FreeBSD.ORG Sun Mar 2 22:09:29 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 0A36DB44; Sun, 2 Mar 2014 22:09:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EAF661DC8; Sun, 2 Mar 2014 22:09:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22M9Sh4095796; Sun, 2 Mar 2014 22:09:28 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22M9SSU095795; Sun, 2 Mar 2014 22:09:28 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403022209.s22M9SSU095795@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 2 Mar 2014 22:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346820 - head/astro/weatherspect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 02 Mar 2014 22:09:29 -0000 Author: bapt Date: Sun Mar 2 22:09:28 2014 New Revision: 346820 URL: http://svnweb.freebsd.org/changeset/ports/346820 QAT: https://qat.redports.org/buildarchive/r346820/ Log: Support stage Modified: head/astro/weatherspect/Makefile Modified: head/astro/weatherspect/Makefile ============================================================================== --- head/astro/weatherspect/Makefile Sun Mar 2 22:05:42 2014 (r346819) +++ head/astro/weatherspect/Makefile Sun Mar 2 22:09:28 2014 (r346820) @@ -19,12 +19,11 @@ RUN_DEPENDS= p5-Term-Animation>=0:${PORT PORTSCOUT= skipv:1.31 # Wrong versioning upstream -NO_STAGE= yes NO_BUILD= yes USES= perl5 PLIST_FILES= bin/weatherspect do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include