Date: Fri, 1 Feb 2002 10:30:02 -0800 (PST) From: Tadayuki OKADA <tadayuki@mediaone.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/34533: x11-fonts/webfonts installs to wrong ${PREFIX} Message-ID: <200202011830.g11IU2652249@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34533; it has been noted by GNATS. From: Tadayuki OKADA <tadayuki@mediaone.net> To: "Bruce A. Mah" <bmah@FreeBSD.ORG> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/34533: x11-fonts/webfonts installs to wrong ${PREFIX} Date: Fri, 1 Feb 2002 13:33:52 -0500 Hi, I noticed the same problem. # I sent report to ports-jp. I think the problem is not 'yes' or 'true', but the place of USE_X_PREFIX. I moved USE_X_PREFIX before .include <bsd.port.pre.mk>, then it's installed expected place. Regards, On Fri, 1 Feb 2002 09:53:08 -0800 (PST) "Bruce A. Mah" <bmah@FreeBSD.ORG> wrote: > % cd /usr/ports/x11-fonts/webfonts > % make -V PREFIX > /usr/local > % grep USE_X_PREFIX Makefile > USE_X_PREFIX= yes > > By comparison, I'd expect something like this: > > % cd /usr/ports/x11-fonts/mozilla-fonts > % make -V PREFIX > /usr/X11R6 > % grep USE_X_PREFIX Makefile > USE_X_PREFIX= true -- Tadayuki OKADA 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?200202011830.g11IU2652249>