diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-09 14:56:55 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-09 14:56:55 +0000 |
commit | 66e35b23eb9161732590a46da38ec611877aa8f4 (patch) | |
tree | f72d7f48ef5636b3a68e94932081fa6cc6a0a5d0 /mail/smtpfeed/Makefile | |
parent | bfdb1593d4dede04cc131d68eaa7b9b8b4747da2 (diff) | |
download | ports-66e35b23eb9161732590a46da38ec611877aa8f4.tar.gz ports-66e35b23eb9161732590a46da38ec611877aa8f4.zip |
Notes
Diffstat (limited to 'mail/smtpfeed/Makefile')
-rw-r--r-- | mail/smtpfeed/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index 81697833f844..e8a5a78cf4c4 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -1,23 +1,22 @@ # New ports collection makefile for: smtpfeed -# Version required: 0.89 +# Version required: 0.90 # Date created: 17 January 1998 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.20 1998/10/01 17:18:40 itojun Exp $ +# $Id: Makefile,v 1.21 1998/11/26 07:40:55 asami Exp $ # -DISTNAME= smtpfeed-0.89 +DISTNAME= smtpfeed-0.90 CATEGORIES= mail MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \ ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ \ - ftp://ftp.sendmail.org/ucb/src/sendmail/ + ftp://ftp.sendmail.org/ucb/src/sendmail/ \ + http://freefall.freebsd.org/~itojun/distfiles/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SENDMAIL}${EXTRACT_SUFX} \ ${SENDMAILPATCH}.patch.gz MAINTAINER= itojun@itojun.org -BROKEN= fetch - EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${SENDMAIL}${EXTRACT_SUFX} PATCH_SENDMAIL_ARGS= -d ${WRKSRC_SENDMAIL} -E ${PATCH_DIST_STRIP} NO_PACKAGE= "complex configuration for sendmail.cf needed" |