diff options
Diffstat (limited to 'mail/qpopper/Makefile')
-rw-r--r-- | mail/qpopper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index e11d158bfef..9cfb093b68c 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.48 2005/04/11 21:46:26 tv Exp $ +# $NetBSD: Makefile,v 1.49 2005/05/28 02:55:43 taca Exp $ # DISTNAME= qpopper${VERSION} PKGNAME= qpopper-${VERSION} PKGREVISION= 7 CATEGORIES= mail -MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ +MASTER_SITES= ${QPOPPER_MASTER_SITES} PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCHFILES= qpopper-4.0.5-ipv6-20030313.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= mellon@fugue.com -HOMEPAGE= http://www.eudora.com/qpopper/ +HOMEPAGE= ${QPOPPER_HOMEPAGE} COMMENT= Qualcomm's POP server for Eudora .include "Makefile.common" |