diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-12-18 14:23:32 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-12-18 14:23:32 +0000 |
commit | 21d2f38cb5ad35bbc68d1f1d247038c3b6e35295 (patch) | |
tree | e27ce9ee7fafd4283e3ce6313f3f59d10b46dc1e /lang/erlang-runtime17 | |
parent | 49637af9e028e5e132a2996307f51c65b6f36f65 (diff) |
Notes
Diffstat (limited to 'lang/erlang-runtime17')
-rw-r--r-- | lang/erlang-runtime17/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/erlang-runtime17/Makefile b/lang/erlang-runtime17/Makefile index f1d8994cfa8a..fbdc3f27bffb 100644 --- a/lang/erlang-runtime17/Makefile +++ b/lang/erlang-runtime17/Makefile @@ -70,7 +70,7 @@ DISTFILES+= ${ERLANG_DOCS}:erlangorg .if ${OSVERSION} < 1000000 .if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC} -IGNORE= DTRACE support on amd64 requires GCC option +IGNORE= support for DTrace on amd64 requires GCC option .endif .endif @@ -195,7 +195,6 @@ post-install: "man/man$${SECTION}/*.$${SECTION}" || ${TRUE}; \ done ${RM} -rf ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/man/cat? - .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} |