diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 07:07:07 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 07:07:07 +0000 |
commit | 9634e865f404e539726bcda6091a14cdaaac065e (patch) | |
tree | c559d6bdf46e5a5da649f8edff3ec98b86c2d309 /chinese | |
parent | bdb3ec18f84226a7f10a8fce01c67ca0e5afa24d (diff) | |
download | ports-9634e865f404e539726bcda6091a14cdaaac065e.tar.gz ports-9634e865f404e539726bcda6091a14cdaaac065e.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xsim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/xsim/Makefile b/chinese/xsim/Makefile index b116ed2fd2e7..1d59e84486ad 100644 --- a/chinese/xsim/Makefile +++ b/chinese/xsim/Makefile @@ -7,6 +7,7 @@ PORTNAME= xsim PORTVERSION= 0.3.9.4 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,13 +17,12 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= A simple and fast GBK Chinese XIM server -LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 - USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cn-locale=eucCN PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message xsim.sh +USE_BDB= 40+ .include <bsd.port.pre.mk> @@ -40,7 +40,7 @@ post-patch: @${REINPLACE_CMD} "s/-O2/${CFLAGS}/g" ${WRKSRC}/configure post-install: - ${INSTALL_DATA} ${WRKDIR}/xsim.sh ${PREFIX}/bin/xsim + ${INSTALL_DATA} ${WRKDIR}/xsim.sh ${TARGETDIR}/bin/xsim @${MKDIR} ${DATADIR}/dat @${CP} -R ${WRKDIR}/usr/local/xsim/dat/* ${DATADIR}/dat @${CAT} ${PKGMESSAGE} |