Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2000 01:08:32 +0900
From:      "KATO Tsuguru" <tkato@prontomail.ne.jp>
To:        honda@kashio.info.mie-u.ac.jp
Cc:        freebsd-ports@FreeBSD.ORG, knu@idaemons.org
Subject:   Re: ports/16863: new port japanese/esecanna-wnn6
Message-ID:  <1DCA79B8E48E3D1178030005B8672B34@tkato.prontomail.ne.jp>

next in thread | raw e-mail | index | archive | help
> +do-configure:
> +	@cd ${WRKSRC} && perl -i -pe "s,!!PREFIX!!,${PREFIX},g" constdef.h

do-configure:
	@${PERL} -i -pe "s,!!PREFIX!!,${PREFIX},g" ${WRKSRC}/constdef.h

would be better.

At least, if you want to run perl within port's Makefile, 
you have to use it as "${PERL}".


Sent by Japanese ProntoMail


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1DCA79B8E48E3D1178030005B8672B34>