summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2002-02-08 22:58:54 +0000
committerwiz <wiz>2002-02-08 22:58:54 +0000
commitddb52cfcde7a0f33a6d1906cd1e1b5ea7cddd676 (patch)
treed74ab6e1c497d9b35fcd366831761966b9f11ef3 /sysutils
parent8df5eecf147df18836590d98d582cc80b92ff27d (diff)
downloadpkgsrc-ddb52cfcde7a0f33a6d1906cd1e1b5ea7cddd676.tar.gz
Fix MASTER_SITES (ugly).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/aperture/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile
index 86effe633ab..7f18f131340 100644
--- a/sysutils/aperture/Makefile
+++ b/sysutils/aperture/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/01/27 19:31:59 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2002/02/08 22:58:54 wiz Exp $
DISTNAME= apNetBSD
PKGNAME= aperture-2.0
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .shar
# following does the correct substitution.
#
.for subdir in ${PKGNAME}
-MASTER_SITES= ${MASTER_SITE_LOCAL:=${subdir}/}
+MASTER_SITES= ${MASTER_SITE_LOCAL:=${subdir}nb1/}
.endfor
# The definitive location of the distfile is as below, but it's risky to depend