Date: Sun, 6 Jun 1999 12:36:05 -0700 (PDT) From: nick.hibma@jrc.it To: freebsd-gnats-submit@freebsd.org Subject: ports/12057: Perl5 library builds do not honour PREFIX Message-ID: <19990606193605.9A7CC15315@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 12057 >Category: ports >Synopsis: Perl5 library builds do not honour PREFIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 6 12:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nick Hibma >Release: 3.2 >Organization: >Environment: ports as of yesterday 16:00, 99/06/05 >Description: If you compile for example /usr/ports/archivers/p5-Compress-Zlib, the files are installed into /usr/local/man/bla/bla/bla. When it comes to compressing the pages the installation fails. >How-To-Repeat: cd /usr/ports make PREFIX=/home/t install :-) >Fix: Not straightforward. Probably the bsd.port.mk files has to be adapted to include PREFIX=${PREFIX} LIB=${PREFIX} INSTALLMAN1DIR=${PREFIX} INSTALLMAN3DIR=${PREFIX} But I'll leave any proposal for that to someone with a brain. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990606193605.9A7CC15315>