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/emacs20-dl/Makefile | |
parent | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (diff) | |
download | ports-0f29953274700e3113ef38abbe8132e0b248333d.tar.gz ports-0f29953274700e3113ef38abbe8132e0b248333d.zip |
Notes
Diffstat (limited to 'editors/emacs20-dl/Makefile')
-rw-r--r-- | editors/emacs20-dl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index 528168d97940..ca41aab9bd40 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: GNU emacs with dl -# Version required: 20.6 # Date created: 10 October 1998 # Whom: shige # # $FreeBSD$ # -DISTNAME= emacs-20.6 -PKGNAME= emacs-dl-20.6 +PORTNAME= emacs-dl +PORTVERSION= 20.6 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs +DISTNAME= emacs-${PORTVERSION} PATCH_SITES= ftp://ftp.m17n.org/pub/mule/dynamic-loading/ \ http://www.etl.go.jp/~tomo/comp/emacsen/ |