diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-05 20:50:06 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-05 20:50:06 +0000 |
commit | 4e77d02e3d5eccd54a748ade1907e38eb4ee6389 (patch) | |
tree | 4ffeaad4db49e6bb4ba409daf7ba69168b4cecf4 /mail/bsmtp | |
parent | aaa0b256d100f8b1a7d050e577763dc766dc2b3d (diff) |
Notes
Diffstat (limited to 'mail/bsmtp')
-rw-r--r-- | mail/bsmtp/Makefile | 3 | ||||
-rw-r--r-- | mail/bsmtp/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile index 24a37d12257e..8c1fcbb7ec09 100644 --- a/mail/bsmtp/Makefile +++ b/mail/bsmtp/Makefile @@ -8,7 +8,8 @@ PORTNAME= bsmtp PORTVERSION= 1.02 PORTREVISION= 4 CATEGORIES= mail -MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uk1o/bsmtp/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= naddy MAINTAINER= naddy@FreeBSD.org COMMENT= Batch SMTP support for sendmail, incoming and outgoing diff --git a/mail/bsmtp/pkg-descr b/mail/bsmtp/pkg-descr index 99c2cd4eb8a7..fd031be7bf93 100644 --- a/mail/bsmtp/pkg-descr +++ b/mail/bsmtp/pkg-descr @@ -3,5 +3,3 @@ and outgoing. Batch SMTP can be used to batch and compress mail messages for UUCP links, which is faster and doesn't suffer from the address limitations of rmail. Bsmtp's version of batch SMTP is fully compatible with smail. - -WWW: http://www.stud.uni-karlsruhe.de/~uk1o/bsmtp/ |