ports/75787: [maintainer-update] math/coq : fix pkg-plist

Volker Stolz vs at FreeBSD.org
Tue Jan 18 12:55:32 UTC 2005


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:
+ at unexec rmdir %D/share/texmf/tex/latex/misc 2>/dev/null || true
+ at unexec rmdir %D/share/texmf/tex/latex 2>/dev/null || true
+ at unexec rmdir %D/share/texmf/tex 2>/dev/null || true
+ at 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



More information about the freebsd-ports-bugs mailing list