diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
commit | 0f29953274700e3113ef38abbe8132e0b248333d (patch) | |
tree | f8b676f72421de4a2772b4f89e3779525d8e0a69 /editors/jed | |
parent | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (diff) |
Notes
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index fe1aaecbeeae..7ccc075b36e8 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Jed text editor -# Version required: 0.98-7 # Date created: 22 APR 1997 # Whom: eric # # $FreeBSD$ # -DISTNAME= jed0.98-7 -PKGNAME= jed-0.98.7 +PORTNAME= jed +PORTVERSION= 0.98.7 CATEGORIES= editors -MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.98/ +MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.98/ +DISTNAME= ${PORTNAME}0.98-7 PATCH_SITES= ftp://space.mit.edu/pub/davis/jed/v0.98/ PATCHFILES= BUGS |