Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Mar 2007 07:56:53 -0600
From:      Kevin Kinsey <kdk@daleco.biz>
To:        "Amer H. Alhabsi" <alhabsi@squ.edu.om>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: can't install PHP5: missing pkg-descr
Message-ID:  <45EEC4A5.5060706@daleco.biz>
In-Reply-To: <45EE9DC4.9010004@squ.edu.om>
References:  <20070306233735.33B1816A479@hub.freebsd.org> <45EE9DC4.9010004@squ.edu.om>

next in thread | previous in thread | raw e-mail | index | archive | help
Amer H. Alhabsi wrote:
> I'm trying to install PHP5 but keep getting the missing pkg-desc for 
> php5-5.1.6_3. It complies all right with make. But when I try make 
> install, I get the error. The make -V DESCR gives 
> /home/alhabsi/packages/pkg-descr. This directory is where I keep my 
> downloaded packages.

Are you running make from the port directory, or somewhere else?  We 
need more information on *exactly* what you are doing (cwd, what 
commands are being typed, etc) to have any real idea what might be 
happening.

I'm guessing that it should say /usr/ports/lang/php5/pkg-descr instead, 
since there is such a file there.

You might try something like:

$ cd /usr/ports/lang/php5
$ make DESCR=/usr/ports/lang/php5/pkg-descr install clean

Kevin Kinsey

-- 
They call them squares because it's the
most complicated shape they can deal with.



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