diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-08-02 17:37:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-08-02 17:37:54 +0800 |
commit | d1c0bcf7e5b946860968e65210be939c6ec19e60 (patch) | |
tree | 4b3d95b53d9de8dae456050ec3c984d00c9a0480 /irc | |
parent | fa1bc2343ed0f851e224e14858f59ae29815ee38 (diff) | |
download | freebsd-ports-gnome-d1c0bcf7e5b946860968e65210be939c6ec19e60.tar.gz freebsd-ports-gnome-d1c0bcf7e5b946860968e65210be939c6ec19e60.tar.zst freebsd-ports-gnome-d1c0bcf7e5b946860968e65210be939c6ec19e60.zip |
- Fix LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'irc')
-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/ |