diff options
author | obache <obache@pkgsrc.org> | 2007-10-07 15:49:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-07 15:49:17 +0000 |
commit | 30262b5ac34b74c43c6304d969b2b7cb340e62d2 (patch) | |
tree | 2f813cdb30ad4d5b2b6f09c6ee6f5d83ae0a45cd /mail | |
parent | 06666e1f2c5f7a6525a5164a507f593f3949ef47 (diff) | |
download | pkgsrc-30262b5ac34b74c43c6304d969b2b7cb340e62d2.tar.gz |
Location for the fancythreads patch has been moved.
Noticed by Mirko Thiesen in PR 37068.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 157befd1b76..303417bd1f4 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2007/08/05 04:55:43 obache Exp $ +# $NetBSD: Makefile,v 1.115 2007/10/07 15:49:17 obache Exp $ DISTNAME= pine4.64 PKGNAME= pine-4.64 @@ -57,7 +57,7 @@ PINE_LDAPLIBS= LDAPLIBS="-lldap -llber" .endif .if !empty(PKG_OPTIONS:Mfancythreads) -PATCH_SITES+= http://www.math.washington.edu/~chappa/pine/patches/pine4.64/ +PATCH_SITES+= http://staff.washington.edu/chappa/pine/patches/pine4.64/ PATCHFILES+= fancy.patch.gz PATCH_DIST_STRIP= -p1 .endif |