From owner-cvs-ports@FreeBSD.ORG Thu Feb 19 04:25:43 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF4A16A4CE; Thu, 19 Feb 2004 04:25:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4081D43D1D; Thu, 19 Feb 2004 04:25:43 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JCPhGe040005; Thu, 19 Feb 2004 04:25:43 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JCPhHd040004; Thu, 19 Feb 2004 04:25:43 -0800 (PST) (envelope-from sobomax) Message-Id: <200402191225.i1JCPhHd040004@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 19 Feb 2004 04:25:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:25:43 -0000 sobomax 2004/02/19 04:25:42 PST FreeBSD ports repository Modified files: net/asterisk Makefile Log: Revert previous delta, according to Porter's Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-wrkdirprefix.html "In particular, if you are referring to a WRKDIR of another port, note that the correct location is ${WRKDIRPREFIX}${PORTSDIR}/subdir/name/work" Other ports that use ${.CURDIR} when reffering WRKDIR of another port should be fixed along with bento scripts. Revision Changes Path 1.11 +2 -2 ports/net/asterisk/Makefile