diff options
author | obache <obache> | 2007-10-07 15:49:17 +0000 |
---|---|---|
committer | obache <obache> | 2007-10-07 15:49:17 +0000 |
commit | 5b2f579ad0827b0616e25f318d238d9612ab69eb (patch) | |
tree | 2f813cdb30ad4d5b2b6f09c6ee6f5d83ae0a45cd /mail/pine | |
parent | 92ddb447165a05d4e56e8f1616339cc668898b60 (diff) | |
download | pkgsrc-5b2f579ad0827b0616e25f318d238d9612ab69eb.tar.gz |
Location for the fancythreads patch has been moved.
Noticed by Mirko Thiesen in PR 37068.
Diffstat (limited to 'mail/pine')
-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 |