diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-18 17:55:54 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-18 17:55:54 +0000 |
commit | 5abd5f5e1dbb4ebc3b6bda34c6c0af908c6e0516 (patch) | |
tree | 512016664a8e22d7bf62b3382468dff7e7fa3667 /mail/mulberry | |
parent | 0b0dd85573a176eba68c1c9a66f437583520982b (diff) | |
download | ports-5abd5f5e1dbb4ebc3b6bda34c6c0af908c6e0516.tar.gz ports-5abd5f5e1dbb4ebc3b6bda34c6c0af908c6e0516.zip |
Notes
Diffstat (limited to 'mail/mulberry')
-rw-r--r-- | mail/mulberry/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mulberry/Makefile b/mail/mulberry/Makefile index c229bf0b2943..29bdb7a33559 100644 --- a/mail/mulberry/Makefile +++ b/mail/mulberry/Makefile @@ -9,7 +9,7 @@ PORTNAME= mulberry PORTVERSION= 3.1.6 PORTREVISION= 3 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cyrusoft.com/pub/Mulberry/v${PORTVERSION:S/./_/g}/ +MASTER_SITES= # DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-rh6 EXTRACT_SUFX= .tgz DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -18,6 +18,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= girgen@FreeBSD.org COMMENT= A scalable high-performance GUI internet Mail User Agent +DEPRECATED= mastersite disappeared, no longer maintained by author +EXPIRATION_DATE= 2006-04-06 + NO_WRKSUBDIR= yes USE_LINUX= yes USE_XLIB= yes |