diff options
-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 \ |