Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2001 21:52:05 -0800 (PST)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/news/c-nocem Makefile
Message-ID:  <200103110552.f2B5q5P39345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dinoex      2001/03/10 21:52:05 PST

  Modified files:
    news/c-nocem         Makefile 
  Log:
  Changing path for BUILD_DEPENDS.
  For some unknown reason for the i386 ports build had failed,
  workdir was searched in:  "/tmp/usr/ports/news/cnews/work/"
  but created files are at: "/tmp/a/ports/news/cnews/work/"
  
  changed to use ${.CURDIR} instead of ${PORTSDIR}
  
  old: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/
  new: ${WRKDIRPREFIX}${.CURDIR}/../cnews/work
  
  Revision  Changes    Path
  1.7       +4 -3      ports/news/c-nocem/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103110552.f2B5q5P39345>