From owner-freebsd-ports Sun Jul 14 12: 0:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95BF837B400 for ; Sun, 14 Jul 2002 12:00:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E50C343E75 for ; Sun, 14 Jul 2002 12:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6EJ0GJU086511 for ; Sun, 14 Jul 2002 12:00:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6EJ0G4C086507; Sun, 14 Jul 2002 12:00:16 -0700 (PDT) Date: Sun, 14 Jul 2002 12:00:16 -0700 (PDT) Message-Id: <200207141900.g6EJ0G4C086507@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sean Chittenden Subject: Re: ports/40129: New port: editors/docbook-mode.el Reply-To: Sean Chittenden Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/40129; it has been noted by GNATS. From: Sean Chittenden To: Yoichi NAKAYAMA Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/40129: New port: editors/docbook-mode.el Date: Sun, 14 Jul 2002 11:51:39 -0700 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > > >Synopsis: New port: editors/docbook-mode.el Hrm... not sure what I was thinking when I did this Makefile. :-/ Updated Makefile attached. Thank you. FWIW, I'm making the XEMACSLISPDIR in the event that the user doesn't have xemacs installed. -sc -- Sean Chittenden --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=Makefile # New ports collection makefile for: docbook-mode.el # Date created: 2 July 2002 # Whom: Sean Chittenden # # $FreeBSD$ # PORTNAME= docbook-mode.el PORTVERSION= 0.1 CATEGORIES= editors textproc elisp MASTER_SITES= http://nwalsh.com/emacs/docbookide/ DISTNAME= docbookide01 MAINTAINER= sean@chittenden.org USE_ZIP= yes WRKSRC= ${WRKDIR}/docbookide NO_BUILD= yes ELISP_FILES= dbide-abbrev.el dbide-data.el dbide-font.el \ dbide-process.el docbookide.el make-regexp.el EMACS_LISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR} XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-install: ${MKDIR} ${XEMACSLISPDIR} .for f in ${ELISP_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${EMACS_ELISPDIR}/ ${LN} -sf ${EMACSLISPDIR}/${f} ${XEMACSLISPDIR}/ .endfor @${CAT} ${PKGMESSAGE} .include --n8g4imXOkfNTN/H1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message