summaryrefslogtreecommitdiff
path: root/x11/kterm
diff options
context:
space:
mode:
authorwiz <wiz>2001-12-02 21:29:20 +0000
committerwiz <wiz>2001-12-02 21:29:20 +0000
commitca69bf3a87116f7fbe0663d2967d00932306dd47 (patch)
treef7ce0ddbe46080299cbfd902be941d9728c1e4d5 /x11/kterm
parent2db2f7ed0e8407727e364755cef8dcd259993a19 (diff)
downloadpkgsrc-ca69bf3a87116f7fbe0663d2967d00932306dd47.tar.gz
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.
Diffstat (limited to 'x11/kterm')
-rw-r--r--x11/kterm/Makefile8
1 files changed, 4 insertions, 4 deletions
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