1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Last minute cosmetic changes.

This commit is contained in:
Alexey Dokuchaev 2013-01-31 05:15:38 +00:00
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

View File

@ -22,15 +22,15 @@ OPTIONS_DEFINE= DOCS
post-patch:
# 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
.if ${PORT_OPTIONS:MDOCS}
# 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
.else
# 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
.endif

View File

@ -9,6 +9,6 @@ operations. These might allow you to write code:
be a large performance win
- 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/