Date: Mon, 21 Dec 1998 21:28:12 -0800 (PST) From: asami@FreeBSD.ORG (Satoshi Asami) To: kuriyama@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/japanese - Imported sources Message-ID: <199812220528.VAA08739@silvia.hip.berkeley.edu> In-Reply-To: <199812151522.HAA06148@freefall.freebsd.org> (message from Jun Kuriyama on Tue, 15 Dec 1998 07:22:47 -0800 (PST))
next in thread | previous in thread | raw e-mail | index | archive | help
* japanese/skk-elisp: * Emacs-lisp frontend for the SKK Japanese-input software. * japanese/skk-jisyo: * Jisyo (dictionary) file for the SKK Japanese-input software. * japanese/skk-tools: * Jisyo-tools for the SKK Japanese-input software. * japanese/skkserv: * Dictionary server for the SKK Japanese-input software. These don't work with WRKDIRPREFIX. I started adding them to WRKSRC lines until I realized that some of the ports are doing bizzare things I can't understand, like this: === do-extract: @${ECHO} "===> Extracting depends on ${SKK_MASTERDIR}" @[ -d ${WRKDIR} ] || ${MKDIR} ${WRKDIR} @if [ ! -f ${SKK_MASTERDIR}/work/.extract_done ]; then \ (cd ${SKK_MASTERDIR}; make extract) ;\ fi @if [ ! -f ${SKK_MASTERDIR}/work/.configure_done ]; then \ (cd ${SKK_MASTERDIR}; PREFIX=${PREFIX} make configure) ;\ fi === Why can't this be done by BUILD_DEPENDS= /nonexistent:${SKK_MASTERDIR}:configure ? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812220528.VAA08739>