diff options
author | zuntum <zuntum> | 2002-05-03 11:00:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-05-03 11:00:23 +0000 |
commit | d74f6440021bcd15a8b0969a9b9a824df860abdf (patch) | |
tree | e0f0517e93f8e5f5d3fb250d4db866a760129cb2 /chat/epic4/Makefile | |
parent | d33617335169a892da4eaa483d62412e01070a0e (diff) | |
download | pkgsrc-d74f6440021bcd15a8b0969a9b9a824df860abdf.tar.gz |
Alter PATCH_SITES
Diffstat (limited to 'chat/epic4/Makefile')
-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 |