Date: Mon, 18 Feb 2002 00:30:02 -0800 (PST) From: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/35067: New port: textproc/xml-lite.el - a simple XML-editing for GNU Emacs Message-ID: <200202180830.g1I8U2l42538@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/35067; it has been noted by GNATS. From: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> To: Kimura Fuyuki <fuyuki@mj.0038.net> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/35067: New port: textproc/xml-lite.el - a simple XML-editing for GNU Emacs Date: Mon, 18 Feb 2002 17:20:53 +0900 Hi. Kimura-san, Does xml-lite.el works with emacs-20? If so, it seems better to place one where emacs-20.7 can also find it. How do you think about following patch? Best Regards, -- Yoichi diff -u xml-lite.el.orig/Makefile xml-lite.el/Makefile --- xml-lite.el.orig/Makefile Mon Feb 18 17:11:18 2002 +++ xml-lite.el/Makefile Mon Feb 18 17:10:39 2002 @@ -17,13 +17,15 @@ EMACS_PORT_NAME?= emacs21 EMACS_NO_BUILD_DEPENDS= YES +EMACS_NO_RUN_DEPENDS= YES NO_BUILD= yes NO_WRKSUBDIR= yes -LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} +LISPDIR= ${EMACS_SITE_LISPDIR} do-install: + ${MKDIR} ${PREFIX}/${LISPDIR} ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${LISPDIR} post-install: diff -u xml-lite.el.orig/pkg-plist xml-lite.el/pkg-plist --- xml-lite.el.orig/pkg-plist Mon Feb 18 17:11:18 2002 +++ xml-lite.el/pkg-plist Mon Feb 18 17:10:51 2002 @@ -1 +1 @@ -%%EMACS_VERSION_SITE_LISPDIR%%/xml-lite.el +%%EMACS_SITE_LISPDIR%%/xml-lite.el 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?200202180830.g1I8U2l42538>