Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 20:20:06 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337613 - head/polish/kadu
Message-ID:  <201312262020.rBQKK6Qu057864@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312262020.rBQKK6Qu057864>