From owner-freebsd-ports Mon Mar 22 6: 0:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7062614BD5 for ; Mon, 22 Mar 1999 06:00:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA97217; Mon, 22 Mar 1999 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 22 Mar 1999 06:00:02 -0800 (PST) Message-Id: <199903221400.GAA97217@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: hiro@eken.phys.nagoya-u.ac.jp Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Reply-To: hiro@eken.phys.nagoya-u.ac.jp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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