diff options
author | wiz <wiz> | 2002-02-08 22:58:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-08 22:58:54 +0000 |
commit | 20c9e770e7f5615c95c578e569397dc81ea33c52 (patch) | |
tree | d74ab6e1c497d9b35fcd366831761966b9f11ef3 /sysutils/aperture | |
parent | 89c36adba47e578c11797ef936f1cdf984a3c259 (diff) | |
download | pkgsrc-20c9e770e7f5615c95c578e569397dc81ea33c52.tar.gz |
Fix MASTER_SITES (ugly).
Diffstat (limited to 'sysutils/aperture')
-rw-r--r-- | sysutils/aperture/Makefile | 4 |
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 |