Date: Fri, 29 Sep 1995 02:23:18 -0700 From: asami@cs.berkeley.edu (Satoshi Asami) To: jmz@freebsd.org Cc: ports@freebsd.org Subject: viewfax doesn't package Message-ID: <199509290923.CAA01034@silvia.HIP.Berkeley.EDU>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509290923.CAA01034>