Date: Wed, 12 May 2004 16:20:44 +0200 From: Oliver Eikemeier <eikemeier@fillmore-labs.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/66568: [PATCH] bsd.port.subdir.mk: enable local customization of the ports tree Message-ID: <40A232BC.8060708@fillmore-labs.com> Resent-Message-ID: <200405121430.i4CEUGd3042681@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66568 >Category: ports >Synopsis: [PATCH] bsd.port.subdir.mk: enable local customization of the ports tree >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 12 07:30:16 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 4.10-STABLE i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 4.10-STABLE >Description: This patch enables local cutomizations of the ports tree, to add or delete ports and categories that are not in CVS and to be able to add new targets (like search-ng or check-xx) locally. >How-To-Repeat: >Fix: diff -u -r1.53 bsd.port.subdir.mk --- bsd.port.subdir.mk 2 Apr 2004 07:25:23 -0000 1.53 +++ bsd.port.subdir.mk 10 May 2004 00:27:11 -0000 @@ -82,6 +81,11 @@ ECHO_MSG?= echo +# local customization of the ports tree +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + TARGETS+= all TARGETS+= build TARGETS+= checksum >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40A232BC.8060708>