aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-27 12:15:44 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-27 12:15:44 +0000
commitdea57f2979f105d6ceee62d56f2751ae7601812f (patch)
tree043ecba04d9acabc78f31268fcc67d14b012c686
parent530a33f611fb9a5bddbe51b83c5f59395cab65b9 (diff)
downloadports-dea57f2979f105d6ceee62d56f2751ae7601812f.tar.gz
ports-dea57f2979f105d6ceee62d56f2751ae7601812f.zip
textproc/sxml: mark jobs unsafe
While here, unmask post-install strip command and just simplify the glob with the same result.
Notes
Notes: svn path=/head/; revision=371558
-rw-r--r--textproc/sxml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/sxml/Makefile b/textproc/sxml/Makefile
index 59d53e8e5910..03bf81be459c 100644
--- a/textproc/sxml/Makefile
+++ b/textproc/sxml/Makefile
@@ -16,7 +16,9 @@ USES= tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+MAKE_JOBS_UNSAFE= yes
+
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsxml*.so.[0-9]*
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsxml*.so
.include <bsd.port.mk>