summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-20 10:53:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-20 10:53:35 +0000
commitf64628da93f2f844ac44682c2742037dfd4d5809 (patch)
treea46aacd56468ebf9095c76eaf76c057bbb2eb19e /irc
parent- Add LICENSE (diff)
- Add LICENSE
- Add NO_ARCH - Cosmetic fix - Fix WWW:
Notes
Notes: svn path=/head/; revision=394849
Diffstat (limited to 'irc')
-rw-r--r--irc/qwebirc/Makefile7
-rw-r--r--irc/qwebirc/pkg-descr2
2 files changed, 6 insertions, 3 deletions
diff --git a/irc/qwebirc/Makefile b/irc/qwebirc/Makefile
index e1e746b8d94d..1e689484c2dc 100644
--- a/irc/qwebirc/Makefile
+++ b/irc/qwebirc/Makefile
@@ -12,15 +12,18 @@ EXTRACT_SUFX= .gz
MAINTAINER= ports@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 \
diff --git a/irc/qwebirc/pkg-descr b/irc/qwebirc/pkg-descr
index 05b96b2d99d5..baeebbe20d7e 100644
--- a/irc/qwebirc/pkg-descr
+++ b/irc/qwebirc/pkg-descr
@@ -2,4 +2,4 @@ qwebirc is a fast, easy to use, free and open source IRC client
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/