--- Jay <[EMAIL PROTECTED]> wrote: > I should also have mentioned that other ports > install normally. I just > finished installing unzip. > > Jay > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of > the message
It seems /usr/bin/make set the environment variable MAKEFILE to the Makefile it uses. So when you type make build or install, MAKEFILE is pointed to the port's Makefile. Workaround for me at this moment is to run "make build MAKEFILE=Makefile" so that bsd.ports.mk use the correct Makefile in WRKSRC. Is the behaviour in /usr/bin/make changed recently? __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message