diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-05 14:32:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-05 14:32:43 +0000 |
commit | 232c24a66bafbae4b2774b85ef05f24652bccce6 (patch) | |
tree | 1674c65d4df967981f7a29780746c991cbca50ef /sysutils/aperture/Makefile | |
parent | 334c20eca840cd5175083ef4a09f4c31edf9baff (diff) | |
download | pkgsrc-232c24a66bafbae4b2774b85ef05f24652bccce6.tar.gz |
Put the distfile at MASTER_SITE_LOCAL rather than depend on a file in
NetBSD-current to remain the same.
Diffstat (limited to 'sysutils/aperture/Makefile')
-rw-r--r-- | sysutils/aperture/Makefile | 16 |
1 files changed, 14 insertions, 2 deletions
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 |