svn commit: r311288 - head/devel/libatomic_ops
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Jan 31 05:15:39 UTC 2013
Author: danfe
Date: Thu Jan 31 05:15:38 2013
New Revision: 311288
URL: http://svnweb.freebsd.org/changeset/ports/311288
Log:
Last minute cosmetic changes.
Modified:
head/devel/libatomic_ops/Makefile
head/devel/libatomic_ops/pkg-descr
Modified: head/devel/libatomic_ops/Makefile
==============================================================================
--- head/devel/libatomic_ops/Makefile Thu Jan 31 05:09:25 2013 (r311287)
+++ head/devel/libatomic_ops/Makefile Thu Jan 31 05:15:38 2013 (r311288)
@@ -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
Modified: head/devel/libatomic_ops/pkg-descr
==============================================================================
--- head/devel/libatomic_ops/pkg-descr Thu Jan 31 05:09:25 2013 (r311287)
+++ head/devel/libatomic_ops/pkg-descr Thu Jan 31 05:15:38 2013 (r311288)
@@ -9,6 +9,6 @@ operations. These might allow you to wr
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/
More information about the svn-ports-all
mailing list