diff options
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/ |