diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
commit | b9398223bd3a2236f02f582d13487e2a02e6a035 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /irc | |
parent | aa20890c922899d9333b5fef5c67bc338a601c4c (diff) | |
download | ports-b9398223bd3a2236f02f582d13487e2a02e6a035.tar.gz ports-b9398223bd3a2236f02f582d13487e2a02e6a035.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/gseen.mod/Makefile | 2 | ||||
-rw-r--r-- | irc/psybnc/Makefile | 2 | ||||
-rw-r--r-- | irc/srvx/Makefile | 2 | ||||
-rw-r--r-- | irc/thales/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/irc/gseen.mod/Makefile b/irc/gseen.mod/Makefile index 4911eb86a284..75f76d007b9d 100644 --- a/irc/gseen.mod/Makefile +++ b/irc/gseen.mod/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/p/dev/} MAINTAINER= ports@FreeBSD.org COMMENT= Seen-module for the eggdrop IRC bot -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:extract BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile index 11fec8094b48..b262893d46d5 100644 --- a/irc/psybnc/Makefile +++ b/irc/psybnc/Makefile @@ -11,7 +11,7 @@ DISTNAME= psyBNC-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Powerful IRC bouncer -LICENSE= GPLv1 # or later (though COPYING is GPLv2) +LICENSE= GPLv1+ # though COPYING is GPLv2 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/psybnc diff --git a/irc/srvx/Makefile b/irc/srvx/Makefile index bf708f21bc4e..5c886746f504 100644 --- a/irc/srvx/Makefile +++ b/irc/srvx/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Services for ircu P10 protocol networks -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe diff --git a/irc/thales/Makefile b/irc/thales/Makefile index d117ced4ad05..05da397b81e7 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU Thales -- An IRC to MySQL gateway -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes |