From owner-freebsd-ports Wed Jan 14 15:16:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12861 for freebsd-ports-outgoing; Wed, 14 Jan 1998 15:16:12 -0800 (PST) (envelope-from owner-freebsd-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12815; Wed, 14 Jan 1998 15:15:50 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id PAA01908; Wed, 14 Jan 1998 15:15:46 -0800 (PST) To: asami@FreeBSD.ORG cc: ports@FreeBSD.ORG Subject: Argh, bounced - resend. pilot-xfer port problems. Date: Wed, 14 Jan 1998 15:15:46 -0800 Message-ID: <1904.884819746@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Of course this was one of those long messages, so of course it got punted. I'll make it extremely brief this time: I've inheirited the comms/pilot-xfer port from pst, having recently purchased a palm pilot, and I want to make it install its many numerous files in to /usr/local/pilot as the prc-tools port does, rather than directly into /usr/local (where the stuff gets sort of buried). Unfortunately, I cannot add a "--prefix=${PREFIX}/pilot" to CONFIGURE_ARGS since bsd.port.mk rudely tacks its own --prefix line onto the end, overriding mine. I can either change that clause in bsd.port.mk to say "if defined(GNU_CONFIGURE) && !defined(CONFIGURE_ARGS)" and then search out all the things which set CONFIGURE_ARGS and *expect* the prefix to be tacked on, or I can change the line from "CONFIGURE_ARGS+= ..." to "CONFIGURE_ARGS=--prefix=/usr/local ${CONFIGURE_ARGS}" so that it's possible to append stuff and override it. Comments? Jordan