diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
commit | 9a86e8b0151f8b18cdc15ff5a281f45d3b061c31 (patch) | |
tree | e7bb3d0852d71595e6137491b4edcac6edce1a8b /mail/dbmail22 | |
parent | 865c8ee17104a5b80edc5ab8d0a2052118dadeea (diff) | |
download | freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.gz freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.zst freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.zip |
Fix pkg name collisions
With hat: portmgr
Diffstat (limited to 'mail/dbmail22')
-rw-r--r-- | mail/dbmail22/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index e56720b64b0b..ec3d4ddd42ef 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -5,6 +5,7 @@ PORTNAME= dbmail PORTVERSION= 2.2.18 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/2.2/ +PKGNAMESUFFIX= 22 MAINTAINER= ahicks@p-o.co.uk COMMENT= SQL database-based mail system (POP3 and IMAP) |