From owner-svn-ports-head@FreeBSD.ORG Thu Dec 26 20:20:06 2013 Return-Path: Delivered-To: svn-ports-head@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 8637CB38; Thu, 26 Dec 2013 20:20:06 +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 72A9F1F29; Thu, 26 Dec 2013 20:20:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBQKK6rj057865; Thu, 26 Dec 2013 20:20:06 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBQKK6Qu057864; Thu, 26 Dec 2013 20:20:06 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312262020.rBQKK6Qu057864@svn.freebsd.org> From: Pawel Pekala Date: Thu, 26 Dec 2013 20:20:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337613 - head/polish/kadu 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: Thu, 26 Dec 2013 20:20:06 -0000 Author: pawel Date: Thu Dec 26 20:20:05 2013 New Revision: 337613 URL: http://svnweb.freebsd.org/changeset/ports/337613 Log: - Support staging - Improve option description Modified: head/polish/kadu/Makefile Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Thu Dec 26 20:04:56 2013 (r337612) +++ head/polish/kadu/Makefile Thu Dec 26 20:20:05 2013 (r337613) @@ -44,17 +44,15 @@ CMAKE_ARGS= -DKADU_VERSION:STRING="${DIS USE_QT4= dbus gui network phonon script scripttools webkit xml \ linguist_build moc_build qmake_build rcc_build uic_build \ imageformats_run sql-sqlite3_run -WANT_GNOME= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= GG_EMOTS OPTIONS_SUB= yes -GG_EMOTS_DESC= Install GG-compatible emoticons +GG_EMOTS_DESC= GG-compatible emoticons GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \ ${GG7_EMOTS_DISTFILE}:additions -NO_STAGE= yes .include .if ${OSVERSION} > 1000051 @@ -77,7 +75,7 @@ post-install: ${MV} kompatybilne_z_GG6 gg6_compatible && \ cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE} @cd ${WRKSRC}/varia/themes/emoticons && \ - ${COPYTREE_SHARE} gg6_compatible ${DATADIR}/themes/emoticons + ${COPYTREE_SHARE} gg6_compatible ${STAGEDIR}${DATADIR}/themes/emoticons .endif .include