aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-12-26 20:20:05 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-12-26 20:20:05 +0000
commit59ff3dce81a4cb75a495cef2c4d5c8073e776793 (patch)
treec01ddb2839ba80fab0af6641c1e1189cbdcf5aa3
parentfd867b1c72d4229e909c94aa3bcbab111b672c9d (diff)
downloadports-59ff3dce81a4cb75a495cef2c4d5c8073e776793.tar.gz
ports-59ff3dce81a4cb75a495cef2c4d5c8073e776793.zip
- Support staging
- Improve option description
Notes
Notes: svn path=/head/; revision=337613
-rw-r--r--polish/kadu/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index 11c1fe70a4e4..098650b4f35b 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -44,17 +44,15 @@ CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON
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>