From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 21:46:12 2013 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 ESMTP id 80A6C418; Mon, 21 Oct 2013 21:46:12 +0000 (UTC) (envelope-from gerald@FreeBSD.org) 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 6E3A028C9; Mon, 21 Oct 2013 21:46:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LLkClD077276; Mon, 21 Oct 2013 21:46:12 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9LLkC6f077275; Mon, 21 Oct 2013 21:46:12 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201310212146.r9LLkC6f077275@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 21 Oct 2013 21:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331198 - head/emulators/wine-gecko-devel 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.14 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: Mon, 21 Oct 2013 21:46:12 -0000 Author: gerald Date: Mon Oct 21 21:46:11 2013 New Revision: 331198 URL: http://svnweb.freebsd.org/changeset/ports/331198 Log: STAGEify. Move PKGNAMESUFFIX to the proper location in Makefile. Approved by: dbn (maintainer) Modified: head/emulators/wine-gecko-devel/Makefile Modified: head/emulators/wine-gecko-devel/Makefile ============================================================================== --- head/emulators/wine-gecko-devel/Makefile Mon Oct 21 21:40:50 2013 (r331197) +++ head/emulators/wine-gecko-devel/Makefile Mon Oct 21 21:46:11 2013 (r331198) @@ -5,6 +5,7 @@ PORTNAME= wine-gecko DISTVERSION= 2.24 CATEGORIES= emulators MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION} +PKGNAMESUFFIX= -devel DISTNAME= wine_gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi EXTRACT_ONLY= @@ -15,17 +16,15 @@ COMMENT= Gecko Layout Engine for Wine de LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 LICENSE_COMB= multi -PKGNAMESUFFIX= -devel NO_BUILD= yes PLIST_SUB+= GECKO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi PLIST_DIRSTRY= %%DATADIR%%/gecko %%DATADIR%% -NO_STAGE= yes do-install: - @${MKDIR} ${DATADIR}/gecko + @${MKDIR} ${STAGEDIR}${DATADIR}/gecko ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \ - ${DATADIR}/gecko + ${STAGEDIR}${DATADIR}/gecko .include