summaryrefslogtreecommitdiff
path: root/sysutils/aperture
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-02-08 22:58:54 +0000
committerwiz <wiz@pkgsrc.org>2002-02-08 22:58:54 +0000
commita0b3198d5eb2aacea4860f4633d2342b9e0636ef (patch)
treed74ab6e1c497d9b35fcd366831761966b9f11ef3 /sysutils/aperture
parenta90c2d0f076bd03d08f56913f4acca7ca7c93a0d (diff)
downloadpkgsrc-a0b3198d5eb2aacea4860f4633d2342b9e0636ef.tar.gz
Fix MASTER_SITES (ugly).
Diffstat (limited to 'sysutils/aperture')
-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