Date: Thu, 25 May 2000 18:40:05 -0700 (PDT) From: Will Andrews <andrews@technologist.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/18820: textproc/docbook-400 PLIST fix Message-ID: <200005260140.SAA52269@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/18820; it has been noted by GNATS. From: Will Andrews <andrews@technologist.com> To: okazaki@be.to Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/18820: textproc/docbook-400 PLIST fix Date: Thu, 25 May 2000 21:36:02 -0400 On Fri, May 26, 2000 at 12:42:23AM -0000, okazaki@be.to wrote: > diff -urN /usr/ports/textproc/docbook-400/pkg/PLIST docbook-400/pkg/PLIST > --- /usr/ports/textproc/docbook-400/pkg/PLIST Wed Apr 5 05:18:49 2000 > +++ docbook-400/pkg/PLIST Fri May 26 08:50:46 2000 > @@ -11,5 +11,6 @@ > share/sgml/docbook/4.0/docbook.dtd > share/sgml/docbook/4.0/catalog > share/sgml/docbook/4.0/readme.txt > -@dirrm share/sgml/docbook/4.1 > -@dirrm share/sgml/docbook > +@dirrm share/sgml/docbook/4.0 > +@unexec rmdir %D/share/sgml/docbook 2>/dev/null || true > +@unexec rmdir %D/share/sgml 2>/dev/null || true This sort of thing really should be put in an MTREE file. In fact, a lot of things should be put in MTREE files. Too many ports have overlapping @dirrm's. Unfortunately, I'm not an mtree expert yet, but if no one has fixed this by mid-June, I will. -- Will Andrews <andrews@technologist.com> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? 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?200005260140.SAA52269>