From owner-freebsd-ports Fri Sep 29 02:23:53 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA06609 for ports-outgoing; Fri, 29 Sep 1995 02:23:53 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA06598 ; Fri, 29 Sep 1995 02:23:37 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id CAA01034; Fri, 29 Sep 1995 02:23:18 -0700 Date: Fri, 29 Sep 1995 02:23:18 -0700 Message-Id: <199509290923.CAA01034@silvia.HIP.Berkeley.EDU> To: jmz@freebsd.org CC: ports@freebsd.org Subject: viewfax doesn't package From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk It's because USE_IMAKE implies PREFIX=/usr/X11R6 (or whatever X11BASE is set to). I took a look into the source, this Imakefile is evil, it has something like BINDIR = /usr/local/bin /* where you want the binary installed */ MANDIR = /usr/local/man/man1 /* where you want the man file installed */ HELPDIR = /usr/local/lib /* where you want the help file installed */ Do you think we can delete BINDIR, MANDIR and set HELPDIR to ${USRLIBDIR}/X11 or something? Imakefiles have no business playing with the directory definitions, IMO. Those things are well-defined in ${X11BASE}/X11/config/*. Satoshi