diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-02 21:29:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-02 21:29:20 +0000 |
commit | 1a9a466f05678b5f420b8f16c03b0957882c9536 (patch) | |
tree | f7ce0ddbe46080299cbfd902be941d9728c1e4d5 /x11/kterm | |
parent | 02a3c0b4175ce1cd6d9bc45b4d40707e86f247b4 (diff) | |
download | pkgsrc-1a9a466f05678b5f420b8f16c03b0957882c9536.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/Makefile | 8 |
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 |