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/w3m-ssl | |
parent | 74b19501bc67cdcc25eaa9cf0c51bbd6acb7d954 (diff) |
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/w3m-ssl')
-rw-r--r-- | japanese/w3m-ssl/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/japanese/w3m-ssl/Makefile b/japanese/w3m-ssl/Makefile index 100b4c2bf76e..c95ac1990fc3 100644 --- a/japanese/w3m-ssl/Makefile +++ b/japanese/w3m-ssl/Makefile @@ -1,19 +1,18 @@ # New ports collection makefile for: ja-w3m-ssl -# Version required: 991028-2 # Date Created: 12 Oct 1999 # Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> # # $FreeBSD$ # -PKGNAME= ja-w3m-ssl-${W3M_VER} -CATEGORIES= japanese www ipv6 +PKGNAMESUFFIX= -ssl +CATEGORIES= japanese www ipv6 -MASTERDIR= ${.CURDIR}/../../www/w3m -PKGDIR= ${.CURDIR}/pkg -PLIST= ${MASTERDIR}/pkg/PLIST.ja +MASTERDIR= ${.CURDIR}/../../www/w3m +PKGDIR= ${.CURDIR}/pkg +PLIST= ${MASTERDIR}/pkg/PLIST.ja -JAPANESE= Yes -USE_OPENSSL= RSA +JAPANESE= Yes +USE_OPENSSL= RSA .include "${MASTERDIR}/Makefile" |