diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-12-18 04:44:03 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-12-18 04:44:03 +0000 |
commit | cfcd1f0b6811ef922b5d0a01d10117f2291df48a (patch) | |
tree | c766b15adffa9f243c1374a143ace7756bdcd2cf /irc/epic4 | |
parent | 4bc23b6dacd6ee02449ba01206dab7f230f18912 (diff) |
Notes
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index eea10ecbcfe8..b922e10a5bf6 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -62,10 +62,6 @@ CONFIGURE_ARGS+= --with-ssl CONFIGURE_ARGS+= --without-ssl .endif -.if ${PORT_OPTIONS:MTERMCAP} -CONFIGURE_ARGS+= --with-termcap -.endif - post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -r |