diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-22 22:55:43 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-22 22:55:43 +0800 |
commit | 60bbc2e644975df96df6e3a731bcc1081ce14e66 (patch) | |
tree | 11b1dcf8bb5353b4782e26a45700146eb061f247 /editors | |
parent | 4925f4bd0630b6f9fc0f0053cf6a2af566374c11 (diff) | |
download | freebsd-ports-gnome-60bbc2e644975df96df6e3a731bcc1081ce14e66.tar.gz freebsd-ports-gnome-60bbc2e644975df96df6e3a731bcc1081ce14e66.tar.zst freebsd-ports-gnome-60bbc2e644975df96df6e3a731bcc1081ce14e66.zip |
Add MASTER_SITES.
PR: 44345
Submitted by: Ports Fury
Diffstat (limited to 'editors')
-rw-r--r-- | editors/uemacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index f9658e0ab54f..0c851a1b2728 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -8,7 +8,8 @@ PORTNAME= uemacs PORTVERSION= 4.0 CATEGORIES= editors -MASTER_SITES= ftp://aquest.com/pub/uemacs400/disk2/ +MASTER_SITES= http://uemacs.tripod.com/ \ + ftp://aquest.com/pub/uemacs400/disk2/ DISTNAME= ue400dev MAINTAINER= ports@FreeBSD.org |