diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-20 10:53:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-20 10:53:35 +0000 |
commit | f64628da93f2f844ac44682c2742037dfd4d5809 (patch) | |
tree | a46aacd56468ebf9095c76eaf76c057bbb2eb19e | |
parent | 6529a2933c425b99962b026c7b80db1bbeb63e27 (diff) | |
download | freebsd-ports-f64628da93f2f844ac44682c2742037dfd4d5809.zip |
- Add LICENSE
- Add NO_ARCH
- Cosmetic fix
- Fix WWW:
-rw-r--r-- | irc/qwebirc/Makefile | 7 | ||||
-rw-r--r-- | irc/qwebirc/pkg-descr | 2 |
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/ |