svn commit: r371558 - head/textproc/sxml

John Marino marino at FreeBSD.org
Mon Oct 27 12:15:44 UTC 2014


Author: marino
Date: Mon Oct 27 12:15:44 2014
New Revision: 371558
URL: https://svnweb.freebsd.org/changeset/ports/371558
QAT: https://qat.redports.org/buildarchive/r371558/

Log:
  textproc/sxml: mark jobs unsafe
  
  While here, unmask post-install strip command and just simplify the
  glob with the same result.

Modified:
  head/textproc/sxml/Makefile

Modified: head/textproc/sxml/Makefile
==============================================================================
--- head/textproc/sxml/Makefile	Mon Oct 27 12:13:22 2014	(r371557)
+++ head/textproc/sxml/Makefile	Mon Oct 27 12:15:44 2014	(r371558)
@@ -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>


More information about the svn-ports-all mailing list