From owner-svn-ports-head@FreeBSD.ORG Sat Feb 15 10:13:16 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 4D980776; Sat, 15 Feb 2014 10:13:16 +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 38F49194A; Sat, 15 Feb 2014 10:13:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1FADGUS044259; Sat, 15 Feb 2014 10:13:16 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1FADG6w044258; Sat, 15 Feb 2014 10:13:16 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402151013.s1FADG6w044258@svn.freebsd.org> From: Martin Wilke Date: Sat, 15 Feb 2014 10:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344347 - head/games/live-f1 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: Sat, 15 Feb 2014 10:13:16 -0000 Author: miwi Date: Sat Feb 15 10:13:15 2014 New Revision: 344347 URL: http://svnweb.freebsd.org/changeset/ports/344347 QAT: https://qat.redports.org/buildarchive/r344347/ Log: - Stage support Modified: head/games/live-f1/Makefile Modified: head/games/live-f1/Makefile ============================================================================== --- head/games/live-f1/Makefile Sat Feb 15 10:13:05 2014 (r344346) +++ head/games/live-f1/Makefile Sat Feb 15 10:13:15 2014 (r344347) @@ -18,13 +18,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVER OPTIONS_DEFINE= NLS -USES= pkgconfig gettext:build iconv -USE_GMAKE= yes +USES= pkgconfig gettext:build iconv gmake USE_OPENSSL= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes +PLIST_FILES= bin/live-f1 \ + man/man1/live-f1.1.gz + .include .if ${PORT_OPTIONS:MNLS} @@ -33,10 +34,4 @@ CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --disable-nls .endif -PLIST_FILES= bin/live-f1 -MAN1= live-f1.1 - -#pre-configure: -# @cd ${WRKSRC} && autopoint - .include