diff options
author | wiz <wiz> | 2002-03-14 20:02:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 20:02:44 +0000 |
commit | 8599eda12d3f14f31098aefd1757a6b5dec2855a (patch) | |
tree | 8905d145d6ecd944c4b757606af0662cc806113a /editors | |
parent | 42377b6d10450d547b47c89f6952a39dddd8d5b6 (diff) | |
download | pkgsrc-8599eda12d3f14f31098aefd1757a6b5dec2855a.tar.gz |
Remove nb1 from DIST_SUBDIR for MASTER_SITES; addresses pkg/15916
by Olaf Seibert.
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 2ce1d6b4314..b4935c3ca77 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/03/13 17:36:56 fredb Exp $ +# $NetBSD: Makefile,v 1.21 2002/03/14 20:02:44 wiz 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}/${DIST_SUBDIR:S/nb1//} 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 \ |