Date: Thu, 16 Feb 2006 01:17:56 +0200 From: Andrey Slusar <anray@freebsd.org> To: Kris Kennaway <kris@obsecurity.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/editors/flim-xemacs21-mule Makefile Message-ID: <86zmks1aaj.fsf@santinel.home.ua> In-Reply-To: <20060215220517.GA55939@xor.obsecurity.org> (Kris Kennaway's message of "Wed, 15 Feb 2006 17:05:17 -0500") References: <200602152201.k1FM1GSY051196@repoman.freebsd.org> <20060215220517.GA55939@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Wed, 15 Feb 2006 17:05:17 -0500, Kris Kennaway wrote: > On Wed, Feb 15, 2006 at 10:01:16PM +0000, Andrey Slusar wrote: > > anray 2006-02-15 22:01:16 UTC > > > > FreeBSD ports repository > > > > Modified files: > > editors/flim-xemacs21-mule Makefile > > Log: > > Unbroken. lib/xemacs/site-packages/lisp is removed in xemacs21-mule port. > Is it now created there too (e.g. by populating files inside it, or > with @exec mkdir in the plist)? Yep. See this: --8<---------------cut here---------------start------------->8--- Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/editors/xemacs21-mule/pkg-plist,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- pkg-plist 8 Feb 2006 11:44:56 -0000 1.18 +++ pkg-plist 13 Feb 2006 21:23:22 -0000 1.19 @@ -6,6 +6,8 @@ @dirrmtry lib/xemacs/site-packages/man @exec mkdir -p %D/lib/xemacs/site-packages/pkginfo @dirrmtry lib/xemacs/site-packages/pkginfo +@exec mkdir -p %D/lib/xemacs/site-packages/lisp +@dirrmtry lib/xemacs/site-packages/lisp @dirrmtry lib/xemacs/site-packages @exec mkdir -p %D/lib/xemacs/mule-packages/etc @dirrmtry lib/xemacs/mule-packages/etc --8<---------------cut here---------------end--------------->8--- -- Andrey Slusar <anrays@gmail.com> <anray@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86zmks1aaj.fsf>