diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 06:50:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 06:50:45 +0000 |
commit | 3b9ce2e8640db87f226fb264e2db39898cb364a5 (patch) | |
tree | f519a6633635d91f7762c0e3f49fa26f3ad9d8d0 /editors/xemacs-devel | |
parent | 26723a9c570b267d21c0d4893f5ad27eaf42c936 (diff) | |
download | ports-3b9ce2e8640db87f226fb264e2db39898cb364a5.tar.gz ports-3b9ce2e8640db87f226fb264e2db39898cb364a5.zip |
Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.
- LANGPREFIX -> PKGNAMEPREFIX
- PKGNAMEEXT -> PKGNAMESUFFIX
Now ready to cooperate with `japanese/xemacs*'.
Notes
Notes:
svn path=/head/; revision=27474
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 2e899fbe35e4..eae405159686 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/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}/ \ |