From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 1 00:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33D33B18 for ; Wed, 1 May 2013 00:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EF5391FAC for ; Wed, 1 May 2013 00:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r410000f064984 for ; Wed, 1 May 2013 00:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r41000b3064960; Wed, 1 May 2013 00:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 1 May 2013 00:00:00 GMT Resent-Message-Id: <201305010000.r41000b3064960@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eitan Adler Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3065986A for ; Tue, 30 Apr 2013 23:53:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [69.147.83.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2147D1F74 for ; Tue, 30 Apr 2013 23:53:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3UNrwRW063208 for ; Tue, 30 Apr 2013 23:53:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r3UNrwFd063207; Tue, 30 Apr 2013 23:53:58 GMT (envelope-from nobody) Message-Id: <201304302353.r3UNrwFd063207@red.freebsd.org> Date: Tue, 30 Apr 2013 23:53:58 GMT From: Eitan Adler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178271: Simplify bsd.port.subdir.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 00:00:01 -0000 >Number: 178271 >Category: ports >Synopsis: Simplify bsd.port.subdir.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 01 00:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: There is no need to use exists/.include when .sinclude exists >How-To-Repeat: >Fix: Index: Mk/bsd.port.subdir.mk =================================================================== --- Mk/bsd.port.subdir.mk (revision 316827) +++ Mk/bsd.port.subdir.mk (working copy) @@ -155,9 +155,7 @@ INDEXDIR?= ${PORTSDIR} INDEXFILE?= INDEX-${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # local customization of the ports tree -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif +.sinclude "${.CURDIR}/Makefile.local" TARGETS+= all TARGETS+= build >Release-Note: >Audit-Trail: >Unformatted: