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/xshodo | |
parent | 74b19501bc67cdcc25eaa9cf0c51bbd6acb7d954 (diff) | |
download | ports-3e73c145d612215a349e47d15678a395dfcaf052.tar.gz ports-3e73c145d612215a349e47d15678a395dfcaf052.zip |
Notes
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 |