Date: Fri, 27 Jul 2007 12:58:40 +0900 From: Yoichi NAKAYAMA <yoichi@geiin.org> To: Hajimu UMEMOTO <ume@FreeBSD.org> Cc: "David J. Neu" <djneu@att.net>, "Arend P. van der Veen" <apvanderveen@att.net>, dwinner@dwinner.net, FreeBSD Ports <freebsd-ports@FreeBSD.org>, yoichi@FreeBSD.org Subject: Re: emacs22 Message-ID: <86vec64hvz.wl%yoichi@geiin.org> In-Reply-To: <ygehcntpwpq.wl%ume@mahoroba.org> References: <46A61015.7080409@dwinner.net> <ygehcntpwpq.wl%ume@mahoroba.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, At Wed, 25 Jul 2007 01:56:01 +0900, Hajimu UMEMOTO wrote: > Perhaps, the following patch fixes your problem. This patch changes > to obey default EMACS_PORT_NAME defined in bsd.emacs.mk, as well. > > Index: databases/lsdb/Makefile > diff -u databases/lsdb/Makefile.orig databases/lsdb/Makefile > --- databases/lsdb/Makefile.orig Mon May 21 05:03:59 2007 > +++ databases/lsdb/Makefile Wed Jul 25 01:48:39 2007 > @@ -18,11 +18,13 @@ > BUILD_DEPENDS= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${DEPPORT_SUFFIX} > > USE_EMACS= yes > -EMACS_PORT_NAME?= emacs21 > -.if (${EMACS_PORT_NAME} == emacs21) > -DEPPORT_SUFFIX= > -.else > + > +.include <bsd.port.pre.mk> > + > +.if ${EMACS_PORT_NAME} == emacs20 > DEPPORT_SUFFIX= -${EMACS_PORT_NAME} > +.else > +DEPPORT_SUFFIX= > .endif > > SFJP_RELEASE_ID= 1494 > @@ -40,4 +42,4 @@ > ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} > .endif > > -.include <bsd.port.mk> > +.include <bsd.port.post.mk> Seems fine. I've installed it into ports tree. Best regards, -- Yoichi NAKAYAMA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86vec64hvz.wl%yoichi>