svn commit: r394849 - head/irc/qwebirc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Aug 20 10:53:36 UTC 2015
Author: amdmi3
Date: Thu Aug 20 10:53:35 2015
New Revision: 394849
URL: https://svnweb.freebsd.org/changeset/ports/394849
Log:
- Add LICENSE
- Add NO_ARCH
- Cosmetic fix
- Fix WWW:
Modified:
head/irc/qwebirc/Makefile
head/irc/qwebirc/pkg-descr
Modified: head/irc/qwebirc/Makefile
==============================================================================
--- head/irc/qwebirc/Makefile Thu Aug 20 10:52:03 2015 (r394848)
+++ head/irc/qwebirc/Makefile Thu Aug 20 10:53:35 2015 (r394849)
@@ -12,15 +12,18 @@ EXTRACT_SUFX= .gz
MAINTAINER= ports at FreeBSD.org
COMMENT= Fast, easy to use, free, and open source web IRC client
+LICENSE= GPLv2
+
USES= python twisted:run,conch,mail,names,web,words
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
+NO_ARCH= yes
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}
- (cd ${WRKDIR}/${PORTNAME} && \
- ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/${PORTNAME} )
+ (cd ${WRKSRC} && \
+ ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/${PORTNAME} )
post-install:
${MV} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/config.py.example \
Modified: head/irc/qwebirc/pkg-descr
==============================================================================
--- head/irc/qwebirc/pkg-descr Thu Aug 20 10:52:03 2015 (r394848)
+++ head/irc/qwebirc/pkg-descr Thu Aug 20 10:53:35 2015 (r394849)
@@ -2,4 +2,4 @@ qwebirc is a fast, easy to use, free and
designed by and originally just for the QuakeNet IRC network.
It incorporates SSL and notifications via favicon/titlebar flashing.
-WWW: http://qwebirc.org
+WWW: http://qwebirc.org/
More information about the svn-ports-all
mailing list