mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
Last minute cosmetic changes.
This commit is contained in:
parent
0957d00018
commit
f485e11e4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311288
2 changed files with 4 additions and 4 deletions
|
@ -22,15 +22,15 @@ OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# Inhibit installation of extra copy of GPL
|
# Inhibit installation of extra copy of GPL
|
||||||
${REINPLACE_CMD} -E 's,: (un)?install-dist_pkgdataDATA,:,' \
|
@${REINPLACE_CMD} -E 's,: (un)?install-dist_pkgdataDATA,:,' \
|
||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
# Fix documentation installation directory
|
# Fix documentation installation directory
|
||||||
${REINPLACE_CMD} -E 's,pkgdata,pkgdoc,g ; s,\(datadir.*,(docdir),' \
|
@${REINPLACE_CMD} -e 's,pkgdata,pkgdoc,g ; s,(datadir.*,(docdir),' \
|
||||||
${WRKSRC}/doc/Makefile.in
|
${WRKSRC}/doc/Makefile.in
|
||||||
.else
|
.else
|
||||||
# If documentation is not wanted, just disable it instead of fixing
|
# If documentation is not wanted, just disable it instead of fixing
|
||||||
${REINPLACE_CMD} -E 's,: (un)?install-dist_pkgdataDATA,:,' \
|
@${REINPLACE_CMD} -E 's,: (un)?install-dist_pkgdataDATA,:,' \
|
||||||
${WRKSRC}/doc/Makefile.in
|
${WRKSRC}/doc/Makefile.in
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,6 @@ operations. These might allow you to write code:
|
||||||
be a large performance win
|
be a large performance win
|
||||||
- To experiment with new and much better thread programming paradigms, etc.
|
- To experiment with new and much better thread programming paradigms, etc.
|
||||||
|
|
||||||
For details and licensing restrictions see the files in the doc subdirectory.
|
For details and licensing restrictions, please see the documentation.
|
||||||
|
|
||||||
WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
||||||
|
|
Loading…
Add table
Reference in a new issue