diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-27 07:07:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-27 07:07:51 +0800 |
commit | 732936d180f06441f1a86584db6771ccfcfefd75 (patch) | |
tree | dd9c554a30a81134efca439ecaf5215b0b37a1c2 | |
parent | b3c33494c0e62b85c7530db628ae81f26d36ffa2 (diff) | |
download | freebsd-ports-gnome-732936d180f06441f1a86584db6771ccfcfefd75.tar.gz freebsd-ports-gnome-732936d180f06441f1a86584db6771ccfcfefd75.tar.zst freebsd-ports-gnome-732936d180f06441f1a86584db6771ccfcfefd75.zip |
Fix fetch.
Part of: ports/118210
Submitted by: Philip M dot Gollucci <pgollucci at p6m7g8 dot com>
Approved by: portmgr (self)
-rw-r--r-- | editors/emacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index c6a0b8637504..384aaaa0f777 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -9,7 +9,7 @@ PORTNAME= emacs PORTVERSION= 21.3 PORTREVISION= 10 CATEGORIES= editors ipv6 -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU:C/\/gnu\//\/old-gnu\//g} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nobutaka@FreeBSD.org |