diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-13 07:46:19 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-13 07:46:19 +0800 |
commit | d30e571eb6f5232da70daf4dc32b93c08bff1de9 (patch) | |
tree | 87603ac289c6880af1a48253ff77e15abbaebe27 /mail | |
parent | 6b26ddff3112fadce86072cddaf6a07e4faa741f (diff) | |
download | freebsd-ports-gnome-d30e571eb6f5232da70daf4dc32b93c08bff1de9.tar.gz freebsd-ports-gnome-d30e571eb6f5232da70daf4dc32b93c08bff1de9.tar.zst freebsd-ports-gnome-d30e571eb6f5232da70daf4dc32b93c08bff1de9.zip |
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Mail/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-mailparse/Makefile | 2 | ||||
-rw-r--r-- | mail/pecl-mailparse/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index cd5a41a13189..4454eacc4e72 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail PORTVERSION= 1.1.2 -CATEGORIES= mail www +CATEGORIES= mail www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class that provides multiple interfaces for sending emails diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index 7d7469af6bbe..4fb86e06c565 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -8,7 +8,7 @@ PORTNAME= Mail_Mime PORTVERSION= 1.2.1 PORTREVISION= 3 -CATEGORIES= mail www +CATEGORIES= mail www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR classes to create and decode MIME messages diff --git a/mail/pear-mailparse/Makefile b/mail/pear-mailparse/Makefile index 2d005fd913a7..410efab8c934 100644 --- a/mail/pear-mailparse/Makefile +++ b/mail/pear-mailparse/Makefile @@ -7,7 +7,7 @@ PORTNAME= mailparse PORTVERSION= 0.9.3 -CATEGORIES= mail www +CATEGORIES= mail www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR classes to create and decode MIME messages diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index 2d005fd913a7..410efab8c934 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -7,7 +7,7 @@ PORTNAME= mailparse PORTVERSION= 0.9.3 -CATEGORIES= mail www +CATEGORIES= mail www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR classes to create and decode MIME messages |