diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-02-15 22:25:12 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-02-15 22:25:12 +0000 |
commit | cbf13d0120f1375e6aa6a2bd12b121a5e57c8386 (patch) | |
tree | 74990d1640710654081f724086782b458a138633 /mail | |
parent | 8d86435b76f0f014bdf61a16f14576d0782ffd2b (diff) | |
download | pkgsrc-cbf13d0120f1375e6aa6a2bd12b121a5e57c8386.tar.gz |
portlint: fix URL (qpopper->popper ; end with /), remove MASTER_SITE_BACKUPS,
set MIRROR_DISTFILE=no instead, reorder EXTRACT_SUFX.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 7c20feeb6ef..4a6b272068a 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -3,17 +3,18 @@ # Date created: February 12, 1998 # Whom: Ted Lemon <mellon@fugue.com> # -# $NetBSD: Makefile,v 1.2 1998/02/13 15:06:24 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/15 22:25:12 frueauf Exp $ # DISTNAME= qpopper2.41beta1 -EXTRACT_SUFX= .tar.Z CATEGORIES= mail -MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/qpopper -MASTER_SITE_BACKUPS= +MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ +EXTRACT_SUFX= .tar.Z MAINTAINER= mellon@fugue.com +MIRROR_DISTFILE= no + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec --sysconfdir=${PREFIX}/etc \ --with-apop=/etc/apop.auth --with-apopuid=root |