From owner-cvs-ports@FreeBSD.ORG Fri Oct 10 02:05:39 2003 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 BBD5A16A4B3; Fri, 10 Oct 2003 02:05:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC9343FF7; Fri, 10 Oct 2003 02:05:35 -0700 (PDT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9A95ZXJ069423; Fri, 10 Oct 2003 02:05:35 -0700 (PDT) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9A95ZmW069422; Fri, 10 Oct 2003 02:05:35 -0700 (PDT) (envelope-from erwin) Message-Id: <200310100905.h9A95ZmW069422@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 10 Oct 2003 02:05:35 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-PEAR Makefile Makefile.common ports/mail/pear-mailparse 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: Fri, 10 Oct 2003 09:05:40 -0000 erwin 2003/10/10 02:05:35 PDT FreeBSD ports repository Modified files: devel/pear-PEAR Makefile Makefile.common mail/pear-mailparse Makefile Log: Replace ${.CURDIR}/../../ with ${PORTSDIR} which is more correct and for bordercases like me where those two not necessarily are the same, it makes it compile again. Revision Changes Path 1.10 +1 -1 ports/devel/pear-PEAR/Makefile 1.3 +3 -3 ports/devel/pear-PEAR/Makefile.common 1.7 +2 -2 ports/mail/pear-mailparse/Makefile