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/xshodo | |
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/xshodo')
-rw-r--r-- | japanese/xshodo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/xshodo/Makefile b/japanese/xshodo/Makefile index ee3415ba6992..272377e9d5eb 100644 --- a/japanese/xshodo/Makefile +++ b/japanese/xshodo/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xshodo -# Version required: 2.0 # Date created: 11 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xshodo2.0 -PKGNAME= ja-xshodo-2.0 +PORTNAME= xshodo +PORTVERSION= 2.0 CATEGORIES= japanese MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= nakai@FreeBSD.org |