ports/61139: net/psi Makefile errors

Eugene Ossintsev eugos at gmx.net
Fri Jan 9 21:41:13 UTC 2004


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

From: Eugene Ossintsev <eugos at gmx.net>
To: Munish Chopra <chopra at soulwax.net>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: ports/61139: net/psi Makefile errors
Date: Fri, 09 Jan 2004 22:37:58 +0100

 > It's in /usr/local/bin/psi. I'm under the impression that since it's an X
 > program though, it should be going into /usr/X11R6/bin.
 
 It's strange. It definitely must be under /usr/X11R6/bin . Hmm... I don't
 understand why it is not so on you machine. :-/
 
 >> "--prefix=${PREFIX}" is used quite correctly. See "USE_X_PREFIX=yes" in 
 >> net/psi's Makefile .
 
 > Yeah I figured that would cover it, but that still doesn't explain this:
 > 
 > ... /usr/bin/strip /usr/X11R6/bin/psi /usr/bin/strip: /usr/X11R6/bin/psi: No
 > such file or directory *** Error code 1
 
 Some lines from net/psi's Makefile:
 
 USE_X_PREFIX=	yes
 
 CONFIGURE_ARGS=	--prefix=${PREFIX}
 
 post-install:
          ${STRIP_CMD} ${PREFIX}/bin/psi
 
 So, it is installed to ${PREFIX} and stripped there, too.
 
 > Thanks for the quick responses!
 
 You're welcome!
 
 -- 
 Eugene Ossintsev
 



More information about the freebsd-ports-bugs mailing list