diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-08 16:48:13 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-08 16:48:13 +0000 |
commit | f05ef3a27e3bf2dfcf2326780072737e39cdcd27 (patch) | |
tree | b9a4061f3a82c69f43f349e2820eaad80c3ddd02 /net-im/ramblercontacts/Makefile | |
parent | 9797df462b3ec5461de3f80a2cb28967be2bcc9e (diff) | |
download | ports-f05ef3a27e3bf2dfcf2326780072737e39cdcd27.tar.gz ports-f05ef3a27e3bf2dfcf2326780072737e39cdcd27.zip |
Notes
Diffstat (limited to 'net-im/ramblercontacts/Makefile')
-rw-r--r-- | net-im/ramblercontacts/Makefile | 10 |
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 |