diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-03-17 09:32:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-03-17 09:32:50 +0000 |
commit | a1dbe4a0f17db649f59de08592c0d02b46478a11 (patch) | |
tree | 18a8cf272a07925c546dfca89aef2b26c57798af /irc | |
parent | b9e5ce047ce51c67566019a8cb1f9e1310dee739 (diff) | |
download | ports-a1dbe4a0f17db649f59de08592c0d02b46478a11.tar.gz ports-a1dbe4a0f17db649f59de08592c0d02b46478a11.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index f3e24e1313b3..6517ac3d707f 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -6,13 +6,11 @@ PORTEPOCH= 1 CATEGORIES?= irc MASTER_SITES= https://github.com/irssi/irssi/releases/download/${PORTVERSION}/ -MAINTAINER?= dor.bsd@xm0.uk -COMMENT?= Modular IRC client with many features +MAINTAINER= dor.bsd@xm0.uk +COMMENT= Modular IRC client with many features LICENSE= GPLv2 -CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]* - USES= cpe gettext-runtime gmake libtool ncurses pkgconfig tar:xz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |