[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ports/564: when using DISTDIR ports puts prerequisits in wrongplace



The following reply was made to PR ports/564; it has been noted by GNATS.

From: "J. Joseph Max Katz" <jkatz@cpio.net>
To: Marco S Hyman <marc@snafu.org>
Cc: gnats@openbsd.org
Subject: Re: ports/564: when using DISTDIR ports puts prerequisits in wrong
 place 
Date: Thu, 6 Aug 1998 11:17:18 -0700 (PDT)

 Hmmmm
 
 I was using tcsh and doing:
 
 "cd port"
 "setenv DISTDIR blah"
 "make"
 
 On Thu, 6 Aug 1998, Marco S Hyman wrote:
 
 : > >Synopsis:       when using DISTDIR ports puts prerequisits in wrong place
 :
 :Workaround until I change the makefile:
 :Use:
 :	DISTDIR=xxx
 :	export DISTDIR
 :	cd blah
 :	make
 :
 :instead of:
 :	cd blah
 :	make DISTDIR=xxx
 :
 :// marc
 :