diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-09 07:32:16 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-09 07:32:16 +0800 |
commit | 9776ff36f3b11d144b732001b6f26c8d2edc2e05 (patch) | |
tree | 6b65c6e0bb56bf95fcab452952a696342b22f161 /editors/jed | |
parent | 0ed9e88469a9c7272c2b5d833161d883ccafa926 (diff) | |
download | freebsd-ports-gnome-9776ff36f3b11d144b732001b6f26c8d2edc2e05.tar.gz freebsd-ports-gnome-9776ff36f3b11d144b732001b6f26c8d2edc2e05.tar.zst freebsd-ports-gnome-9776ff36f3b11d144b732001b6f26c8d2edc2e05.zip |
Fix MASTER_SITES
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index b5e44f9321a1..fe1aaecbeeae 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -9,9 +9,9 @@ DISTNAME= jed0.98-7 PKGNAME= jed-0.98.7 CATEGORIES= editors -MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/ +MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.98/ -PATCH_SITES= ftp://space.mit.edu/pub/davis/jed/ +PATCH_SITES= ftp://space.mit.edu/pub/davis/jed/v0.98/ PATCHFILES= BUGS PATCH_DIST_STRIP= -p1 |