diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-05 14:40:58 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-05 14:40:58 +0800 |
commit | 747d9f0139ee83f1c38fa4c28908a4d0d0b721e5 (patch) | |
tree | a447ac03c01edec4e93393a6ab3a251ad0cf50b5 /chinese | |
parent | 0aaa326da62e1ee6513f405cd42a86b1e655ef4a (diff) | |
download | freebsd-ports-graphics-747d9f0139ee83f1c38fa4c28908a4d0d0b721e5.tar.gz freebsd-ports-graphics-747d9f0139ee83f1c38fa4c28908a4d0d0b721e5.tar.zst freebsd-ports-graphics-747d9f0139ee83f1c38fa4c28908a4d0d0b721e5.zip |
- depend on LIBTOOL
- unbreak zh-dictd-database on 5.1-BETA
- refine PKGMESSAGE
Reviewed by: statue@freebsd.sinica.edu.tw (MAINTAINER)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/dictd-database/Makefile | 12 | ||||
-rw-r--r-- | chinese/dictd-database/pkg-message | 18 |
2 files changed, 12 insertions, 18 deletions
diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile index 2c349951cf6..84d3efe1150 100644 --- a/chinese/dictd-database/Makefile +++ b/chinese/dictd-database/Makefile @@ -16,17 +16,11 @@ COMMENT= A Chinese <-> English dictd words database BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd -HAS_CONFIGURE= yes +USE_LIBTOOL= yes USE_GMAKE= yes USE_PERL5_BUILD=yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not build" -.endif - post-install: - @${CAT} ${PKGMESSAGE} + @${SED} -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/chinese/dictd-database/pkg-message b/chinese/dictd-database/pkg-message index fe9344cfa1b..35d69c94547 100644 --- a/chinese/dictd-database/pkg-message +++ b/chinese/dictd-database/pkg-message @@ -1,14 +1,14 @@ ***************************************************************************** -Add the following to ${PREFIX}/etc/dictd.conf: +Add the following to PREFIX/etc/dictd.conf: -database moecomp { data "/usr/local/lib/dict/moecomp.dict.dz" - index "/usr/local/lib/dict/moecomp.index" } -database netterm { data "/usr/local/lib/dict/netterm.dict.dz" - index "/usr/local/lib/dict/netterm.index" } -database pydict { data "/usr/local/lib/dict/pydict.dict.dz" - index "/usr/local/lib/dict/pydict.index" } -database cedict { data "/usr/local/lib/dict/cedict.dict.dz" - index "/usr/local/lib/dict/cedict.index" } +database moecomp { data "PREFIX/lib/dict/moecomp.dict.dz" + index "PREFIX/lib/dict/moecomp.index" } +database netterm { data "PREFIX/lib/dict/netterm.dict.dz" + index "PREFIX/lib/dict/netterm.index" } +database pydict { data "PREFIX/lib/dict/pydict.dict.dz" + index "PREFIX/lib/dict/pydict.index" } +database cedict { data "PREFIX/lib/dict/cedict.dict.dz" + index "PREFIX/lib/dict/cedict.index" } ***************************************************************************** |