diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 08:34:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 08:34:11 +0000 |
commit | 3e73c145d612215a349e47d15678a395dfcaf052 (patch) | |
tree | 8d2bd185053578817429e15a1dce34b5674fab12 /japanese/w3 | |
parent | 74b19501bc67cdcc25eaa9cf0c51bbd6acb7d954 (diff) | |
download | ports-3e73c145d612215a349e47d15678a395dfcaf052.tar.gz ports-3e73c145d612215a349e47d15678a395dfcaf052.zip |
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Finally `japanese' category has been done.
Notes
Notes:
svn path=/head/; revision=27480
Diffstat (limited to 'japanese/w3')
-rw-r--r-- | japanese/w3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/w3/Makefile b/japanese/w3/Makefile index d9563e468fa1..cb2acb441afb 100644 --- a/japanese/w3/Makefile +++ b/japanese/w3/Makefile @@ -1,19 +1,17 @@ # New ports collection makefile for: w3 on Mule -# Version required: 2.2.26 # Date created: 31 December 1996 # Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> # # $FreeBSD$ # -PKGNAME= ja-w3-2.2.26 CATEGORIES= japanese www elisp # Don't RUN_DEPENDS on mule because we don't know which version the # user would want. We can't omit the BUILD_DEPENDS because it needs # to byte-compile .el files. BUILD_DEPENDS= mule:${PORTSDIR}/editors/mule -RUN_DEPENDS= +RUN_DEPENDS= # none EMACSCMD= mule ELISPDIR= ${PREFIX}/lib/mule/site-lisp |