summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-05-28 02:57:22 +0000
committertaca <taca@pkgsrc.org>2005-05-28 02:57:22 +0000
commitc8cf4077f0d9aa6cb3a5d8c84142a1d765ab0270 (patch)
tree952fdc72ad764be81e3420b0d0adb203bec0ee25 /mail
parenta77cfbc7004099e5c85bdf1702b3358e3365758b (diff)
downloadpkgsrc-c8cf4077f0d9aa6cb3a5d8c84142a1d765ab0270.tar.gz
- Share MASTER_SITES and HOMEPAGE with qpopper package using
QPOPPER_MASTER_SITES and QPOPPER_HOMEPAGE defined in ../qpopper/Makefile.common. No functional change.
Diffstat (limited to 'mail')
-rw-r--r--mail/poppassd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile
index 7eb543f1b02..d62503ab6a2 100644
--- a/mail/poppassd/Makefile
+++ b/mail/poppassd/Makefile
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:22 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/28 02:57:22 taca Exp $
#
DISTNAME= qpopper${VERSION}
PKGNAME= poppassd-${VERSION}
PKGREVISION= 3
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
+MASTER_SITES= ${QPOPPER_MASTER_SITES}
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
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 password change server mainly for Eudora
.include "../qpopper/Makefile.common"