Date: Tue, 18 Jan 2005 12:55:25 GMT From: Volker Stolz <vs@FreeBSD.org> To: r.c.ladan@student.tue.nl, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/75787: [maintainer-update] math/coq : fix pkg-plist Message-ID: <200501181255.j0ICtPVl001006@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: [maintainer-update] math/coq : fix pkg-plist State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Tue Jan 18 12:51:03 GMT 2005 State-Changed-Why: Since LaTeX will generally still be around ITYM: +@unexec rmdir %D/share/texmf/tex/latex/misc 2>/dev/null || true +@unexec rmdir %D/share/texmf/tex/latex 2>/dev/null || true +@unexec rmdir %D/share/texmf/tex 2>/dev/null || true +@unexec rmdir %D/share/texmf 2>/dev/null || true Is this okay? Another suggestion to save some logic: --- Makefile 20 Dec 2004 21:37:52 -0000 1.4 +++ Makefile 18 Jan 2005 12:53:28 -0000 @@ -29,6 +29,8 @@ ALL_TARGET= world +PORTDOCS= CHANGES COPYRIGHT CREDITS INSTALL LICENSE README + .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" @@ -50,7 +52,7 @@ post-install: .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} -.for i in CHANGES COPYRIGHT CREDITS INSTALL LICENSE README +.for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif This means you could remove the %%PORTDOCS%%-lines entirely from pkg-plist... Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Tue Jan 18 12:51:03 GMT 2005 Responsible-Changed-Why: I'll track this http://www.freebsd.org/cgi/query-pr.cgi?pr=75787
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501181255.j0ICtPVl001006>