diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-08 09:35:02 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-08 09:37:08 -0700 |
commit | be6300a4f2ab4087adaabbc2dea36c47ef7b00c0 (patch) | |
tree | 993def8a288346edd5e64f89e92a113c5192efa9 /irc/ergo | |
parent | math/R-cran-proxy: Update to 0.4-26 (diff) |
irc/ergo: Add PKGNAMESUFFIX to uniquify package name
This fixes duplication with science/ergo.
Reported by: anotoine
Diffstat (limited to 'irc/ergo')
-rw-r--r-- | irc/ergo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/ergo/Makefile b/irc/ergo/Makefile index ae84389b88af..b35ff46b2dc8 100644 --- a/irc/ergo/Makefile +++ b/irc/ergo/Makefile @@ -2,6 +2,7 @@ PORTNAME= ergo DISTVERSIONPREFIX= v DISTVERSION= 2.7.0 CATEGORIES= irc +PKGNAMESUFFIX= -irc-server MAINTAINER= yuri@FreeBSD.org COMMENT= Modern IRC server (daemon/ircd) written in Go |