diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 15:19:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 15:19:42 +0000 |
commit | 24ac9498b0a19089927fc82dbff66da76efb924b (patch) | |
tree | 388ade8770ab23ed59f8ad59de309c1b74564fe8 /mail | |
parent | Fix security risk for setuid news programs. (diff) |
- Introduce MASTER_SITE_OSSP
PR: ports/70504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lmtp2nntp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile index 107ee5a36549..3aa0e083cd87 100644 --- a/mail/lmtp2nntp/Makefile +++ b/mail/lmtp2nntp/Makefile @@ -9,7 +9,8 @@ PORTNAME= lmtp2nntp PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= mail news -MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/lmtp2nntp/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= tool/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= "OSSP mail to news gateway" |