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/weblint97 | |
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/weblint97')
-rw-r--r-- | japanese/weblint97/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/weblint97/Makefile b/japanese/weblint97/Makefile index 51acf8910745..745a800e8002 100644 --- a/japanese/weblint97/Makefile +++ b/japanese/weblint97/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: weblint97 -# Version required: 0.12 # Date created: 27 Jun 1997 # Whom: Takayuki Ariga <a00821@cc.hc.keio.ac.jp> # # $FreeBSD$ # -DISTNAME= weblint-97-0.12 -PKGNAME= ja-weblint97-0.12 +PORTNAME= weblint97 +PORTVERSION= 0.12 CATEGORIES= japanese www MASTER_SITES= http://www.sfc.keio.ac.jp/~mimasa/jweblint/ \ ftp://ftp.win.ne.jp/pub/network/www/weblint/ \ ftp://ftp.hipecs.hokudai.ac.jp/pub/network/WWW/contrib/ +DISTNAME= weblint-97-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |