Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 1997 19:17:48 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        kline@thought.org
Cc:        freebsd-ports@freebsd.org
Subject:   Re: how-to install with GMAKE
Message-ID:  <199707220217.TAA00968@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199707220122.SAA03607@tao.thought.org> (message from Gary Kline on Mon, 21 Jul 1997 18:22:46 -0700 (PDT))

next in thread | previous in thread | raw e-mail | index | archive | help
 * I can retrieve the tarball, unpack, type `./configure; gmake;gmake install'
 * and enscript is automagically installed--with itts many ancillry files.
 * But with USE_GMAKE=yes, it only builds with gmake, and installed evidently
 * with pmake//the BSD make.
 * 
 * Is there a magic incantation to install this with gmake?

Hmm, that usually works.  Grep "GMAKE" in bsd.port.mk, it calls "all"
and "install" with ${GMAKE} if USE_GMAKE is set.

Satoshi



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