Subject: Re: graphics/netpbm make install fails when done as non-root
To: =?ISO-8859-1?Q?Lasse_Hiller=F8e_Petersen?= <lhp@toft-hp.dk>
From: Jeremy C. Reed <reed@reedmedia.net>
List: pkgsrc-users
Date: 11/29/2006 16:56:35
> If I perform the make install with sudo, it succeeds.

I don't know why it works with sudo.

But it should use mkdir -p. It should use ${MKDIR} instead of hard-coded 
"mkdir". This was done in revision 1.147.

I just committed fix for that. Thanks for the email.