aboutsummaryrefslogtreecommitdiff
path: root/net-im/ramblercontacts
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-08-08 16:48:13 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-08-08 16:48:13 +0000
commitf05ef3a27e3bf2dfcf2326780072737e39cdcd27 (patch)
treeb9a4061f3a82c69f43f349e2820eaad80c3ddd02 /net-im/ramblercontacts
parent9797df462b3ec5461de3f80a2cb28967be2bcc9e (diff)
downloadports-f05ef3a27e3bf2dfcf2326780072737e39cdcd27.tar.gz
ports-f05ef3a27e3bf2dfcf2326780072737e39cdcd27.zip
Notes
Diffstat (limited to 'net-im/ramblercontacts')
-rw-r--r--net-im/ramblercontacts/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/ramblercontacts/Makefile b/net-im/ramblercontacts/Makefile
index 52965f2a8cf2..e0bc3f8773b2 100644
--- a/net-im/ramblercontacts/Makefile
+++ b/net-im/ramblercontacts/Makefile
@@ -12,8 +12,8 @@ CATEGORIES= net-im
MASTER_SITES= http://developers.rambler.ru/upload/contacts/
DISTNAME= ${PORTNAME}_v${PORTVERSION}_beta_src
-MAINTAINER= danfe@FreeBSD.org
-COMMENT= A free multi-service communication client from Rambler
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Free, multi-service communication client from Rambler
LICENSE= GPLv3
@@ -30,12 +30,12 @@ post-patch:
# Apparently, these are results of development on Windoze
@${REINPLACE_CMD} -e 's/info>/Info>/ ; s/metrics>/Metrics>/' \
${WRKSRC}/src/plugins/stylesheeteditor/private/qcssparser.cpp
-# Fix namespace syntax (curly braces seem to be required in this case)
-# Allow the program to find its resources from arbitrary directory (use
+# Fix namespace syntax (curly braces seem to be required in this case) and
+# allow the program to find its resources from arbitrary directory (use
# absolute paths)
@${REINPLACE_CMD} -e '/unix:!macx/s/INSTALL_.*/{ & }/ ; \
51,53s/\.\./$$$${INSTALL_PREFIX}/' ${WRKSRC}/src/config.inc
-# Do not install yet another copy of GPL, we define LICENSE for this
+# Do not install yet another copy of GPL, we have LICENSE knob for this
@${REINPLACE_CMD} -e 's| ../../COPYING||' \
${WRKSRC}/src/loader/loader.pro