- Actually fix plist issues (trial #2)
This commit is contained in:
parent
254cbcab56
commit
e4bb8cee3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219369
1 changed files with 2 additions and 4 deletions
|
@ -62,10 +62,8 @@ post-patch:
|
||||||
${WRKSRC}/fluid/Makefile
|
${WRKSRC}/fluid/Makefile
|
||||||
${REINPLACE_CMD} -e 's|cat1|man1|g;s|cat3|man3|g' ${WRKSRC}/documentation/Makefile
|
${REINPLACE_CMD} -e 's|cat1|man1|g;s|cat3|man3|g' ${WRKSRC}/documentation/Makefile
|
||||||
.if defined(NOPORTDOCS)
|
.if defined(NOPORTDOCS)
|
||||||
${REINPLACE_CMD} -e 's|%%DOCS%%|#|' ${WRKSRC}/documentation/Makefile
|
${REINPLACE_CMD} -e 's|test ||' ${WRKSRC}/Makefile
|
||||||
${REINPLACE_CMD} -e 's|test||' ${WRKSRC}/Makefile
|
${REINPLACE_CMD} -e '234,238d' ${WRKSRC}/documentation/Makefile
|
||||||
.else
|
|
||||||
${REINPLACE_CMD} -e 's|%%DOCS%%||' ${WRKSRC}/documentation/Makefile
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Reference in a new issue