aboutsummaryrefslogtreecommitdiff
path: root/chinese/stardict-dict-zh_CN/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-01-31 13:53:06 +0000
committerWen Heping <wen@FreeBSD.org>2010-01-31 13:53:06 +0000
commit295932f647e697d3b6a5c538a3e7af4307b48a94 (patch)
tree054e65cc384397cb8aa60905a805a857083351af /chinese/stardict-dict-zh_CN/Makefile
parentf832618b91ef898c18a529a48e536ce16f3de288 (diff)
downloadports-295932f647e697d3b6a5c538a3e7af4307b48a94.tar.gz
ports-295932f647e697d3b6a5c538a3e7af4307b48a94.zip
- Repocopy complete
- Pass maintainership to submitter PR: port/142967 Submitted by: Ju Pengfei <jupengfei@gmail.com>
Notes
Notes: svn path=/head/; revision=248966
Diffstat (limited to 'chinese/stardict-dict-zh_CN/Makefile')
-rw-r--r--chinese/stardict-dict-zh_CN/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/chinese/stardict-dict-zh_CN/Makefile b/chinese/stardict-dict-zh_CN/Makefile
index 3e2c9c2d1e81..e7d6aadfa52b 100644
--- a/chinese/stardict-dict-zh_CN/Makefile
+++ b/chinese/stardict-dict-zh_CN/Makefile
@@ -4,9 +4,8 @@
# $FreeBSD$
#
-PORTNAME= stardict2-dict-zh_CN
+PORTNAME= stardict-dict-zh_CN
PORTVERSION= 2.4.2
-PORTREVISION= 8
CATEGORIES= chinese textproc
MASTER_SITES= SF/stardict/stardict-dictionaries-zh_CN/${PORTVERSION}
DISTFILES= stardict-cdict-gb-${PORTVERSION}.tar.bz2 \
@@ -17,11 +16,9 @@ DISTFILES= stardict-cdict-gb-${PORTVERSION}.tar.bz2 \
stardict-xdict-ec-gb-${PORTVERSION}.tar.bz2
DIST_SUBDIR= stardict
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= jupengfei@gmail.com
COMMENT= English-Chinese(S)/Chinese(S)-English dictionaries for StarDict
-RUN_DEPENDS= stardict:${PORTSDIR}/textproc/stardict2
-
NO_BUILD= yes
USE_BZIP2= yes
@@ -34,4 +31,7 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ec-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>