aboutsummaryrefslogtreecommitdiff
path: root/devel/libatomic_ops
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-01-31 05:15:38 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-01-31 05:15:38 +0000
commitf485e11e4d3e44b9f28f8c8ff05415ce784e964c (patch)
treee45da7f2d32b17c01402d2b239f4087a96474b3c /devel/libatomic_ops
parent0957d00018b842750e9d5cb86e50929291181d27 (diff)
downloadports-f485e11e4d3e44b9f28f8c8ff05415ce784e964c.tar.gz
ports-f485e11e4d3e44b9f28f8c8ff05415ce784e964c.zip
Notes
Diffstat (limited to 'devel/libatomic_ops')
-rw-r--r--devel/libatomic_ops/Makefile6
-rw-r--r--devel/libatomic_ops/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile
index 3336379ca41d..59c4d1508424 100644
--- a/devel/libatomic_ops/Makefile
+++ b/devel/libatomic_ops/Makefile
@@ -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
diff --git a/devel/libatomic_ops/pkg-descr b/devel/libatomic_ops/pkg-descr
index 491392060903..4c37a914fc64 100644
--- a/devel/libatomic_ops/pkg-descr
+++ b/devel/libatomic_ops/pkg-descr
@@ -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/