diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 06:50:45 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 06:50:45 +0000 |
commit | 4906125af71924237310272d3b95f805be9968c1 (patch) | |
tree | 2ddf69ca39ea0ffb54f29e9ab29e725ec0960df9 /editors/xemacs21/Makefile | |
parent | 44886df10e45400e32d3df9c7bb4ad0b717a9693 (diff) | |
download | FreeBSD-ports-4906125af71924237310272d3b95f805be9968c1.zip FreeBSD-ports-4906125af71924237310272d3b95f805be9968c1.tar.gz |
Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.
- LANGPREFIX -> PKGNAMEPREFIX
- PKGNAMEEXT -> PKGNAMESUFFIX
Now ready to cooperate with `japanese/xemacs*'.
Diffstat (limited to 'editors/xemacs21/Makefile')
-rw-r--r-- | editors/xemacs21/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 2e899fb..eae4051 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: X-Emacs -# Version required: 21.1 # Date created: 24 Apr 1999 # Whom: Michael Elbel (me@FreeBSD.org) # # $FreeBSD$ # -DISTNAME= xemacs-${XEMACS_VER} -PKGNAME= ${LANGPREFIX}xemacs${PKGNAMEEXT}-21.1.9 +PORTNAME= xemacs +PORTVERSION= ${XEMACS_VER} CATEGORIES?= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \ |