From 578a063f9996ee427027e269b8c39a4b8d583b87 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 28 Nov 2002 06:28:54 +0000 Subject: fix build/install process on -stable and -current --- chinese/cdict5/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chinese') diff --git a/chinese/cdict5/Makefile b/chinese/cdict5/Makefile index b2331596519f..8b1b910427bf 100644 --- a/chinese/cdict5/Makefile +++ b/chinese/cdict5/Makefile @@ -32,15 +32,13 @@ ALL_TARGET= # empty post-patch: @${REINPLACE_CMD} -e "s|/usr/local/lib/cdict5|${DATADIR}|" ${WRKSRC}/cdict5.h -post-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} index - do-install: @${MKDIR} ${DATADIR} ${TAR} -zxf ${DISTDIR}/cdict5-file.tgz -C ${DATADIR} && \ ${MV} ${DATADIR}/cdict5-file/* ${DATADIR} && \ ${RMDIR} ${DATADIR}/cdict5-file ${INSTALL_PROGRAM} ${WRKSRC}/cdict5 ${PREFIX}/bin + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} index ${INSTALL_DATA} ${WRKSRC}/Index.gdbm ${DATADIR} .include -- cgit v1.2.3