diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-25 16:36:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-25 16:36:49 +0000 |
commit | d1a9aae33a5f49561a932dd035eaf836d436b1be (patch) | |
tree | dd64c2a70cbd7d6efc2fb34903e0255dfbe80104 | |
parent | dd3d2b24791192e7f56dbb853e9dd3a0e17b2654 (diff) | |
download | ports-d1a9aae33a5f49561a932dd035eaf836d436b1be.tar.gz ports-d1a9aae33a5f49561a932dd035eaf836d436b1be.zip |
- Pass maintainership to submitter
PR: 128758
Submitted by: Dennis Herrmann <adox@mcx2.org>
Notes
Notes:
svn path=/head/; revision=224751
-rw-r--r-- | mail/elmo-devel/Makefile | 5 | ||||
-rw-r--r-- | mail/elmo/Makefile | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index 538f3e506d2f..eba23cd31bbd 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -9,11 +9,10 @@ PORTNAME= elmo PORTVERSION= 1.3.2 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF PKGNAMESUFFIX= -devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= adox@mcx2.org COMMENT= Receive, filter, read, compose and send mail at the text console CONFLICTS= elmo-[0-9]* diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 4963f0bd2ba8..17ddfe4805d0 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -11,7 +11,7 @@ CATEGORIES= mail MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= adox@mcx2.org COMMENT= Receive, filter, read, compose and send mail at the text console CONFLICTS= elmo-devel-* |