diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 16:34:11 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 16:34:11 +0800 |
commit | 6d83855189dd6358e1e808aa082eb143030a1138 (patch) | |
tree | 592d0f8367887605e07e8a8490731d9163720b83 /japanese/weblint97 | |
parent | 1d62bfcd9c854266dcbbcff96df51732877cd673 (diff) | |
download | freebsd-ports-gnome-6d83855189dd6358e1e808aa082eb143030a1138.tar.gz freebsd-ports-gnome-6d83855189dd6358e1e808aa082eb143030a1138.tar.zst freebsd-ports-gnome-6d83855189dd6358e1e808aa082eb143030a1138.zip |
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Finally `japanese' category has been done.
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 |