diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 09:34:59 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 10:55:18 +0000 |
commit | 7c77d6f3833ad3e94168fdda1b13faa8d11fc381 (patch) | |
tree | bae5ff3315c8b813795d2d363ff82899a5290b5b | |
parent | 91ceca0195d37cc80277de9468ed9a282c5a2f6d (diff) | |
download | ports-7c77d6f3833ad3e94168fdda1b13faa8d11fc381.tar.gz ports-7c77d6f3833ad3e94168fdda1b13faa8d11fc381.zip |
irc/inspircd: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
-rw-r--r-- | irc/inspircd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index fcf78d28465c..39511030753e 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -12,8 +12,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/LICENSE.txt USES= compiler:c++11-lang cpe gmake localbase:ldflags perl5 -CPE_VENDOR= inspire_ircd -CPE_PRODUCT= inspircd USE_GITHUB= yes USE_PERL5= build USE_RC_SUBR= ${PORTNAME} |