From da58cb5673ea431ee9f4155daaa6d1a0387aec9f Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 5 May 2001 14:32:43 +0000 Subject: Put the distfile at MASTER_SITE_LOCAL rather than depend on a file in NetBSD-current to remain the same. --- sysutils/aperture/Makefile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index e900900ddd8..342fde82745 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,11 +1,23 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 17:42:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/05/05 14:32:43 jlam Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0nb1 CATEGORIES= sysutils x11 -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/xsrc/xfree/xc/programs/Xserver/hw/xfree86/etc/ EXTRACT_SUFX= .shar +# Not sure why ${MASTER_SITE_LOCAL:=${PKGNAME}} doesn't work, but the +# following does the correct substitution. +# +.for subdir in ${PKGNAME} +MASTER_SITES= ${MASTER_SITE_LOCAL:=${subdir}/} +.endfor + +# The definitive location of the distfile is as below, but it's risky to depend +# on NetBSD-current files to stay stable, so don't we'll place new copies at +# MASTER_SITE_LOCAL and update this package accordingly. +# +#MASTER_SITES+= ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/xsrc/xfree/xc/programs/Xserver/hw/xfree86/etc/ + MAINTAINER= jlam@netbsd.org COMMENT= XFree86 Framebuffer "aperture" driver for NetBSD/i386 -- cgit v1.2.3