diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-03-15 00:21:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-03-15 00:21:41 +0000 |
commit | fdc5df705127c06218f31341ab1170293ae048cc (patch) | |
tree | 76d794091a745ab19112722b1185b57dc4005544 /editors | |
parent | 2c0a04dd85882aa3bb3368f5801decf84fcda62b (diff) | |
download | pkgsrc-fdc5df705127c06218f31341ab1170293ae048cc.tar.gz |
Append ${DIST_SUBDIR} to each element of ${MASTER_SITE_BACKUP}.
Reported by Olaf Seibert <rhialto@polderland.nl> in pkg/15917.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-packages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 04f27cb3479..dd769840deb 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/03/14 23:34:52 tron Exp $ +# $NetBSD: Makefile,v 1.23 2002/03/15 00:21:41 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/22 22:16:53 gj Exp DISTNAME= xemacs-packages @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/packages/ \ ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ \ - ${MASTER_SITE_BACKUP}/${DIST_SUBDIR} + ${MASTER_SITE_BACKUP:C|$|${DIST_SUBDIR}|} DISTFILES= xemacs-base-1.57-pkg.tar.gz xemacs-devel-1.40-pkg.tar.gz \ c-support-1.16-pkg.tar.gz cc-mode-1.27-pkg.tar.gz \ debug-1.14-pkg.tar.gz dired-1.11-pkg.tar.gz \ |