From owner-cvs-ports Mon Mar 3 12:58:26 2003 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 95A4E37B401; Mon, 3 Mar 2003 12:58:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3509243F3F; Mon, 3 Mar 2003 12:58:24 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h23KwO0U029531; Mon, 3 Mar 2003 12:58:24 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h23KwNtZ029530; Mon, 3 Mar 2003 12:58:23 -0800 (PST) Message-Id: <200303032058.h23KwNtZ029530@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 3 Mar 2003 12:58:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/c-nocem Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/03/03 12:58:23 PST FreeBSD ports repository Modified files: news/c-nocem Makefile Log: - fix build on bento. It works fine when PORTSDIR points at the physical lcoation. if PORTSDIR point to symlink (as on benot), the workdirs are at a diffrent location. You expect: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work ===> c-nocem-3.7 depends on file: /tmp/usr/ports/news/cnews/work/conf/substitutions - not found but the port genarted itws workfiles at: /tmp/a/ports/news/cnews/work/conf/substitutions The location can only be found with ${WRKDIRPREFIX}${.CURDIR}/../../news/cnews/work Revision Changes Path 1.19 +3 -1 ports/news/c-nocem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-ports" in the body of the message