diff options
author | zuntum <zuntum> | 2002-05-03 11:00:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-05-03 11:00:23 +0000 |
commit | 4fd22c3ef090213dfb4e59e10ec4d950ba30eb48 (patch) | |
tree | e0f0517e93f8e5f5d3fb250d4db866a760129cb2 /chat | |
parent | 214c24bd7d476d0b962fbfc675a7240992599765 (diff) | |
download | pkgsrc-4fd22c3ef090213dfb4e59e10ec4d950ba30eb48.tar.gz |
Alter PATCH_SITES
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 955453c82ea..12d8c7e4a2a 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/09/15 13:49:51 zuntum Exp $ +# $NetBSD: Makefile,v 1.15 2002/05/03 11:00:23 zuntum Exp $ # DISTNAME= epic4-1.0.1 @@ -16,8 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ # to get USE_INET6 .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.utech.lublin.pl/patches/ +PATCH_SITES= http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/ PATCHFILES= epic4-1.0.1-ipv6-20010418.patch.gz PATCH_DIST_STRIP= -p1 .endif |