summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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