diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-27 12:18:02 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-27 12:18:02 +0000 |
commit | 8c7a307ca89ef143d5a507f269a724b765fb9204 (patch) | |
tree | 8d860d02322f53718f4e7900ec98e0eb77b8c222 | |
parent | dea57f2979f105d6ceee62d56f2751ae7601812f (diff) | |
download | freebsd-ports-8c7a307ca89ef143d5a507f269a724b765fb9204.zip |
net/ss5: Mark jobs unsafe
-rw-r--r-- | net/ss5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ss5/Makefile b/net/ss5/Makefile index 8d3f342db79f..844b7e48d781 100644 --- a/net/ss5/Makefile +++ b/net/ss5/Makefile @@ -26,6 +26,8 @@ MAKE_ENV= DATADIR=${DATADIR} EXAMPLESDIR=${EXAMPLESDIR} MAKE_ARGS+= CC="${CC}" CFLAGS+= -DLDAP_DEPRECATED +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's,/usr/local/etc/opt/ss5,${PREFIX}/etc/ss5,' \ |