svn commit: r395042 - head/vietnamese/libviet
John Marino
marino at FreeBSD.org
Sat Aug 22 16:14:26 UTC 2015
Author: marino
Date: Sat Aug 22 16:14:25 2015
New Revision: 395042
URL: https://svnweb.freebsd.org/changeset/ports/395042
Log:
vietnamese/libviet is not jobs safe
This multijob fix for this unmaintained port has been in dports for
years, but I didn't notice it until today. Let's move it to ports.
Modified:
head/vietnamese/libviet/Makefile
Modified: head/vietnamese/libviet/Makefile
==============================================================================
--- head/vietnamese/libviet/Makefile Sat Aug 22 16:00:33 2015 (r395041)
+++ head/vietnamese/libviet/Makefile Sat Aug 22 16:14:25 2015 (r395042)
@@ -18,6 +18,8 @@ OPTIONS_DEFINE= DOCS
MAKE_ARGS= ${MAKE_ENV:S/CFLAGS/FLAGS/}
+MAKE_JOBS_UNSAFE= yes
+
do-install:
${INSTALL_DATA} ${WRKSRC}/libvntype.a ${WRKSRC}/libviqr.a \
${STAGEDIR}${PREFIX}/lib
More information about the svn-ports-head
mailing list