Date: Mon, 22 Mar 1999 06:00:02 -0800 (PST) From: hiro@eken.phys.nagoya-u.ac.jp To: freebsd-ports@FreeBSD.org Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Message-ID: <199903221400.GAA97217@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10724; it has been noted by GNATS. From: hiro@eken.phys.nagoya-u.ac.jp To: asami@freebsd.org Cc: hiro@eken.phys.nagoya-u.ac.jp, freebsd-gnats-submit@freebsd.org Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Date: Mon, 22 Mar 1999 22:55:10 +0900 From: asami@freebsd.org (Satoshi Asami) Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Date: Mon, 22 Mar 1999 02:44:25 -0800 (PST) Message-ID: <199903221044.CAA29938@silvia.hip.berkeley.edu> asami> * editors/mule-common port installs arch-dependent data in asami> * ${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd/ asami> * asami> * whereas editors/mule port trys to find them in asami> * ${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd${OSREL}/ asami> asami> * --- /usr/ports/editors/mule/Makefile.orig Mon Mar 22 18:08:18 1999 asami> * +++ /usr/ports/editors/mule/Makefile Mon Mar 22 17:03:39 1999 asami> asami> * +CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd asami> asami> Hmm. Can this be fixed by removing the CONFIGURE_TARGET in asami> mule-common/Makefile instead? If we simply remove the CONFIGURE_TARGET in mule-common/Makefile, the EMACS_ARCH in mule-common/pkg/PLIST will be substituted for empty string. Is there any simple way to set the EMACS_ARCH to the default value of CONFIGURE_TARGET? 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?199903221400.GAA97217>