From owner-freebsd-ports Fri Aug 27 17:17:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 2AD37150D3; Fri, 27 Aug 1999 17:17:41 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id TAA05192; Fri, 27 Aug 1999 19:17:05 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <02cf01bef0ea$a8aee400$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: Cc: , , References: <199908201212.FAA89304@silvia.hip.berkeley.edu><19990820230932U.shige@shige.org> <19990822212722W.shige@shige.org> Subject: Re: emacs-XX Date: Fri, 27 Aug 1999 19:17:04 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_02C8_01BEF0C0.BF7BC7E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_02C8_01BEF0C0.BF7BC7E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit From: )> > # emacs.inc I proposed is attached to this mail. > I had a look at your emacs.inc file, and I propose the changes in the attached emacs.inc. Basically, I moved all the EMACS_CMD, EMACS_LIBDOIR, & EMACS_LIBDOIR_WITH_VER assignments after the second "if" statement. Scot ------=_NextPart_000_02C8_01BEF0C0.BF7BC7E0 Content-Type: application/octet-stream; name="emacs.inc" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="emacs.inc" # # @(#)emacs.inc # # Date created: 22 August 1998 # Whom: shige # # $Id$ # .if defined(EMACS_PORT_NAME) .if (${EMACS_PORT_NAME} == "emacs") EMACS_NAME= emacs EMACS_VER= 19.34 .elif (${EMACS_PORT_NAME} == "emacs20") EMACS_NAME= emacs EMACS_VER= 20.3 .elif (${EMACS_PORT_NAME} == "mule") EMACS_NAME= mule EMACS_VER= 19.34 .elif (${EMACS_PORT_NAME} == "xemacs") EMACS_NAME= xemacs EMACS_VER= 19.16 .elif (${EMACS_PORT_NAME} == "xemacs20") EMACS_NAME= xemacs EMACS_VER= 20.4 .elif (${EMACS_PORT_NAME} == "xemacs-mule") #EMACS_NAME= xmule EMACS_NAME= xemacs EMACS_VER= 20.4 .endif EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} # directory without ${PREFIX} EMACS_LIBDOIR= lib/${EMACS_NAME} EMACS_LIBDOIR_WITH_VER= lib/${EMACS_NAME}/${EMACS_VER} .else @${ECHO} "Error: Bad port." @${ECHO} "You must define EMACS_PORT_NAME with using emacs.inc." @${FALSE} .endif .endif ------=_NextPart_000_02C8_01BEF0C0.BF7BC7E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message