From owner-cvs-all Thu Oct 8 18:25:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11363 for cvs-all-outgoing; Thu, 8 Oct 1998 18:25:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11188; Thu, 8 Oct 1998 18:24:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA13178; Thu, 8 Oct 1998 18:24:01 -0700 (PDT) Date: Thu, 8 Oct 1998 18:24:01 -0700 (PDT) Message-Id: <199810090124.SAA13178@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/xview-clients Makefile ports/x11-toolkits/xview-lib Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/10/08 18:24:01 PDT Modified files: x11-toolkits/xview-clients Makefile x11-toolkits/xview-lib Makefile Log: Use relative (${.CURDIR}) instead of absolute (${PORTSDIR}) paths for WRKSRC. Prepend ${WRKDIRPREFIX} in front while I'm here. Reported by: David Kulp Revision Changes Path 1.14 +2 -2 ports/x11-toolkits/xview-clients/Makefile 1.16 +2 -2 ports/x11-toolkits/xview-lib/Makefile