From owner-svn-ports-branches@FreeBSD.ORG Tue Dec 17 08:43:07 2013 Return-Path: Delivered-To: svn-ports-branches@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 C19BEC27; Tue, 17 Dec 2013 08:43:07 +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 9348D1A51; Tue, 17 Dec 2013 08:43:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBH8h726074965; Tue, 17 Dec 2013 08:43:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBH8h7En074963; Tue, 17 Dec 2013 08:43:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312170843.rBH8h7En074963@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Dec 2013 08:43:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r336699 - branches/2014Q1/games/netradiant X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 08:43:07 -0000 Author: bapt Date: Tue Dec 17 08:43:06 2013 New Revision: 336699 URL: http://svnweb.freebsd.org/changeset/ports/336699 Log: MFH: r336695 Fix packaging on !i386. Modified: branches/2014Q1/games/netradiant/Makefile branches/2014Q1/games/netradiant/pkg-plist Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/games/netradiant/Makefile ============================================================================== --- branches/2014Q1/games/netradiant/Makefile Tue Dec 17 08:20:44 2013 (r336698) +++ branches/2014Q1/games/netradiant/Makefile Tue Dec 17 08:43:06 2013 (r336699) @@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= ${PORTNAME} SUB_LIST= ARCH=${ARCH} +PLIST_SUB:= ${SUB_LIST} post-patch: # Add missing checks for __FreeBSD__ Modified: branches/2014Q1/games/netradiant/pkg-plist ============================================================================== --- branches/2014Q1/games/netradiant/pkg-plist Tue Dec 17 08:20:44 2013 (r336698) +++ branches/2014Q1/games/netradiant/pkg-plist Tue Dec 17 08:43:06 2013 (r336699) @@ -97,7 +97,7 @@ man/man6/q3map2.6.gz %%DATADIR%%/gl/zfill_vp.glp %%DATADIR%%/gl/zfill_vp.glsl %%DATADIR%%/global.xlink -%%DATADIR%%/heretic2/h2data.i386 +%%DATADIR%%/heretic2/h2data.%%ARCH%% %%DATADIR%%/modules/archivepak.so %%DATADIR%%/modules/archivewad.so %%DATADIR%%/modules/archivezip.so @@ -157,12 +157,12 @@ man/man6/q3map2.6.gz %%DATADIR%%/plugins/ufoaiplug.so %%DATADIR%%/q1.game/default_build_menu.xml %%DATADIR%%/q1.game/id1/entities.ent -%%DATADIR%%/q2map.i386 -%%DATADIR%%/q3data.i386 +%%DATADIR%%/q2map.%%ARCH%% +%%DATADIR%%/q3data.%%ARCH%% %%DATADIR%%/q3data.qdt -%%DATADIR%%/q3map2.i386 -%%DATADIR%%/qdata3.i386 -%%DATADIR%%/radiant.i386 +%%DATADIR%%/q3map2.%%ARCH%% +%%DATADIR%%/qdata3.%%ARCH%% +%%DATADIR%%/radiant.%%ARCH%% %%DATADIR%%/warsow.game/basewsw/default_shaderlist.txt %%DATADIR%%/warsow.game/basewsw/entities.def %%DATADIR%%/warsow.game/default_build_menu.xml