From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 08:36:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B564816A418 for ; Tue, 22 Jan 2008 08:36:32 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5493D13C45D for ; Tue, 22 Jan 2008 08:36:32 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JHEcH-0000hm-6g for freebsd-questions@freebsd.org; Tue, 22 Jan 2008 08:36:21 +0000 Received: from 78-107-204-103.broadband.corbina.ru ([78.107.204.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jan 2008 08:36:21 +0000 Received: from swell.k by 78-107-204-103.broadband.corbina.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jan 2008 08:36:21 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: swell.k@gmail.com Date: Tue, 22 Jan 2008 11:36:13 +0300 Lines: 15 Message-ID: <86odbes1du.fsf@gmail.com> References: <560f92640801212145v58769b9bv1d08e23a9469fcc8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-107-204-103.broadband.corbina.ru User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (berkeley-unix) Cancel-Lock: sha1:NWVK0H00rHhq0dh1zjdGTosWHQA= Sender: news Subject: Re: How do port Makefiles work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 08:36:32 -0000 "Nerius Landys" writes: > I'm trying to figure out how a port makefile configures, makes, makes > install from a source tarball. You'd better look at /usr/ports/Mk/bsd.port.mk for port specifics > The port I'm interested in in particular is /usr/ports/x11/Terminal; I have > it built and installed just fine using the ports system. Now I'm trying to > tweak the source code, build, and install locally in a home directory, all > without using the ports system. So, I've taken the archive > Terminal-0.2.6.tar.bz2, unpacked it, and ran './configure > --prefix='. Then I run 'make', and I get this error: I guess it's because Terminal port contains `USE_GMAKE= yes'