Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2003 12:58:23 -0800 (PST)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/news/c-nocem Makefile
Message-ID:  <200303032058.h23KwNtZ029530@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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-all" in the body of the message




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