diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-17 02:48:21 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-17 02:48:21 +0800 |
commit | 0ae0fb0a54cd7b649dfdb5b71a1429454eb70e65 (patch) | |
tree | f92ec32ccb58aa6fb84f54ea4c286a85598d214f /mail/cclient/Makefile | |
parent | 25a7aac0fc697a84155b55130909a5c09a5a9c6a (diff) | |
download | freebsd-ports-gnome-0ae0fb0a54cd7b649dfdb5b71a1429454eb70e65.tar.gz freebsd-ports-gnome-0ae0fb0a54cd7b649dfdb5b71a1429454eb70e65.tar.zst freebsd-ports-gnome-0ae0fb0a54cd7b649dfdb5b71a1429454eb70e65.zip |
* Set maintainership to Anders Nordby <anders@fix.no>.
* Add two more master sites that I control myself, to bring some much
needed stability there too (UW has been removing snapshots without
putting them in the old dir).
* Use PAM by default.
* Remove some unnecessary linking parameters.
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'mail/cclient/Makefile')
-rw-r--r-- | mail/cclient/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 291169bd0590..9ac32056f616 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -6,16 +6,18 @@ # PORTNAME= cclient -PORTVERSION= 0104051333 +PORTVERSION= 0104101757 CATEGORIES= mail devel MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ + ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ \ + http://www.freenix.no/~anders/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/imap/%SUBDIR%/ \ http://mirror.nucba.ac.jp/mirror/%SUBDIR%/ MASTER_SITE_SUBDIR= . old DISTNAME= imap-2001.BETA.SNAP-${PORTVERSION} EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@freebsd.org +MAINTAINER= anders@fix.no INSTALLS_SHLIB= yes ALL_TARGET= bsf |