diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-09-15 13:49:51 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-09-15 13:49:51 +0000 |
commit | e50ec4d894a313a98fe00db14b3f0803179037d9 (patch) | |
tree | fcb8cf72d20b51524c38d556bab26caf6d3bf1a6 /chat | |
parent | 93aa592ff673488f37e5e8db4cd1d4deefc9f8cc (diff) | |
download | pkgsrc-e50ec4d894a313a98fe00db14b3f0803179037d9.tar.gz |
Sync PATCH_SITES with reality
Diffstat (limited to 'chat')
-rw-r--r-- | chat/epic4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 1bc0227664a..955453c82ea 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/04/22 21:30:38 zuntum Exp $ +# $NetBSD: Makefile,v 1.14 2001/09/15 13:49:51 zuntum Exp $ # DISTNAME= epic4-1.0.1 @@ -17,8 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ .include "../../mk/bsd.prefs.mk" .if defined(USE_INET6) && ${USE_INET6} == "YES" PATCH_SITES= http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/ \ - http://zuntum.invisible.yi.org/patches/ \ - http://zuntum.net/patches/ + http://zuntum.utech.lublin.pl/patches/ PATCHFILES= epic4-1.0.1-ipv6-20010418.patch.gz PATCH_DIST_STRIP= -p1 .endif |