diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 08:28:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 08:28:23 +0000 |
commit | 74b19501bc67cdcc25eaa9cf0c51bbd6acb7d954 (patch) | |
tree | 25063720d39a07623962b50c29593a474d96d31e /chinese/stardict | |
parent | 46640208e9f4dc0574b656d65f086990261d5926 (diff) | |
download | ports-74b19501bc67cdcc25eaa9cf0c51bbd6acb7d954.tar.gz ports-74b19501bc67cdcc25eaa9cf0c51bbd6acb7d954.zip |
Notes
Diffstat (limited to 'chinese/stardict')
-rw-r--r-- | chinese/stardict/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/stardict/Makefile b/chinese/stardict/Makefile index 40cf51023ab0..f0e6f2e078b4 100644 --- a/chinese/stardict/Makefile +++ b/chinese/stardict/Makefile @@ -1,5 +1,4 @@ # Ports collection makefile for: cdict -# Version required: 1.0 # Date created: Thu Oct 14, 1999 # Whom: Peng HaiJie (phj@cn.FreeBSD.org) # (phj@transfar.com) @@ -7,9 +6,11 @@ # $FreeBSD$ # -DISTNAME= zh-cdict-1.0 +PORTNAME= cdict +PORTVERSION= 1.0 CATEGORIES= chinese MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/ +DISTNAME= ${PKGNAME} MAINTAINER= phj@cn.FreeBSD.org |