summaryrefslogtreecommitdiff
path: root/sysutils/aperture
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-05 14:32:43 +0000
committerjlam <jlam>2001-05-05 14:32:43 +0000
commitda58cb5673ea431ee9f4155daaa6d1a0387aec9f (patch)
tree1674c65d4df967981f7a29780746c991cbca50ef /sysutils/aperture
parentc30766a9a12fb7974d6317dedaab5841a9702cc9 (diff)
downloadpkgsrc-da58cb5673ea431ee9f4155daaa6d1a0387aec9f.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')
-rw-r--r--sysutils/aperture/Makefile16
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