summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-03-15 00:21:41 +0000
committeruebayasi <uebayasi>2002-03-15 00:21:41 +0000
commit97ef289ebe235e33194e59ce57c567941ce51d0e (patch)
tree76d794091a745ab19112722b1185b57dc4005544 /editors
parent9066d7f779b6161bc61a9607ca1bb5801e9ff07b (diff)
downloadpkgsrc-97ef289ebe235e33194e59ce57c567941ce51d0e.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/Makefile4
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 \