diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 14:50:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 14:50:45 +0800 |
commit | 4906125af71924237310272d3b95f805be9968c1 (patch) | |
tree | 2ddf69ca39ea0ffb54f29e9ab29e725ec0960df9 /editors/xemacs-mule-packages | |
parent | 44886df10e45400e32d3df9c7bb4ad0b717a9693 (diff) | |
download | freebsd-ports-gnome-4906125af71924237310272d3b95f805be9968c1.tar.gz freebsd-ports-gnome-4906125af71924237310272d3b95f805be9968c1.tar.zst freebsd-ports-gnome-4906125af71924237310272d3b95f805be9968c1.zip |
Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.
- LANGPREFIX -> PKGNAMEPREFIX
- PKGNAMEEXT -> PKGNAMESUFFIX
Now ready to cooperate with `japanese/xemacs*'.
Diffstat (limited to 'editors/xemacs-mule-packages')
-rw-r--r-- | editors/xemacs-mule-packages/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/xemacs-mule-packages/Makefile b/editors/xemacs-mule-packages/Makefile index d6ef97c29b31..b17eb75bae52 100644 --- a/editors/xemacs-mule-packages/Makefile +++ b/editors/xemacs-mule-packages/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: X-Emacs Packages with Mule -# Version required: 1.1 # Date created: 24 Oct 1999 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= xemacs-mule-packages -PKGNAME= xemacs-mule-packages-1.1 +PORTNAME= xemacs-mule-packages +PORTVERSION= 1.1 CATEGORIES= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/packages/ \ |