diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-08-02 09:37:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-08-02 09:37:54 +0000 |
commit | 2b751a384217481c30ef9d42bba684e8abcfe2ef (patch) | |
tree | 4b3d95b53d9de8dae456050ec3c984d00c9a0480 | |
parent | - Add LICENSE (diff) |
- Fix LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | irc/ngircd/Makefile | 7 | ||||
-rw-r--r-- | irc/ngircd/pkg-descr | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index e51bbe560a47..b45357b481c0 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -11,19 +11,16 @@ MASTER_SITES= http://arthur.barton.de/pub/${PORTNAME}/ \ MAINTAINER= fgsch@lodoss.net COMMENT= Free open source daemon for Internet Relay Chat (IRC) -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe tar:xz +USES= cpe localbase:ldflags tar:xz GNU_CONFIGURE= yes USE_RC_SUBR= ngircd CPE_VENDOR= barton CPE_VERSION= ${PORTVERSION:C/^([0-9]+)$/\1.0/} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= * PLIST_FILES= etc/ngircd.conf.sample \ man/man5/ngircd.conf.5.gz \ diff --git a/irc/ngircd/pkg-descr b/irc/ngircd/pkg-descr index 968dddd2203e..67e8cd053000 100644 --- a/irc/ngircd/pkg-descr +++ b/irc/ngircd/pkg-descr @@ -4,4 +4,4 @@ License. It is simple to configure, can cope with dynamic IP addresses, and supports IPv6 as well as SSL. It is written from scratch and not based on the original IRCd. -WWW: http://ngircd.barton.de/ +WWW: https://ngircd.barton.de/ |