From 1a9a466f05678b5f420b8f16c03b0957882c9536 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 2 Dec 2001 21:29:20 +0000 Subject: Add support for distfile-specific master sites, as requested in pkg/7471. Syntax: MASTER_SITES_completefilename= http://specific.master/site and similarly for PATCH_SITES. Convert print/ghostscript-nox11 and x11/kterm to take advantage of this. --- x11/kterm/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11') diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index 96d26e24c6b..c90561d3e7e 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2001/08/23 04:26:55 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/12/02 21:29:21 wiz Exp $ DISTNAME= kterm-6.2.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} # the following patch includes NFS xauth patch, and kamo's wd0.2 patch. -PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/ +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCHFILES+= kterm-620-0213-20010706.diff.gz PATCH_DIST_STRIP= -p1 @@ -20,13 +20,13 @@ BUILD_DEFS+= KTERM_USE_WALLPAPER .if defined(KTERM_USE_WALLPAPER) .if ${KTERM_USE_WALLPAPER} == "imlib" -PATCH_SITES+= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/ +PATCH_SITES_KTerm-BGP-Imlib-1.0.patch.gz= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/ PATCHFILES+= KTerm-BGP-Imlib-1.0.patch.gz BUILDLINK_DEPENDS.imlib?= imlib>=1.9.4 USE_CONFIG_WRAPPER= YES .include "../../graphics/imlib/buildlink.mk" .elif ${KTERM_USE_WALLPAPER} == "YES" -PATCH_SITES+= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/ +PATCH_SITES_KTerm-BGP-1.0.patch.gz= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/ PATCHFILES+= KTerm-BGP-1.0.patch.gz .include "../../graphics/xpm/buildlink.mk" .endif -- cgit v1.2.3