diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-14 02:08:36 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-14 02:08:36 +0000 |
commit | 85aa7fdab346285761615738e87f207f0744571f (patch) | |
tree | 81ed4a81a81f15c5fab4fb49ba15b904937617ed /japanese/w3m/Makefile | |
parent | 5d0e746f084f2252158e8af3b126fc1e73220b7d (diff) |
Notes
Diffstat (limited to 'japanese/w3m/Makefile')
-rw-r--r-- | japanese/w3m/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/japanese/w3m/Makefile b/japanese/w3m/Makefile index 242241e4c17e..fd98092062aa 100644 --- a/japanese/w3m/Makefile +++ b/japanese/w3m/Makefile @@ -1,16 +1,18 @@ -# New ports collection makefile for: w3m-ja -# Version required: 990928 +# New ports collection makefile for: ja-w3m +# Version required: 991028-2 # Date Created: 8 Oct 1999 # Whom: SADA Kenji <sada@FreeBSD.org> # # $FreeBSD$ # -PKGNAME= ja-${DISTNAME} +PKGNAME= ja-w3m-${W3M_VER} CATEGORIES= japanese www MASTERDIR= ${.CURDIR}/../../www/w3m +PKGDIR= ${.CURDIR}/pkg +PLIST= ${MASTERDIR}/pkg/PLIST.ja -JAPANESE_MSG= Yes +JAPANESE= Yes .include "${MASTERDIR}/Makefile" |