Date: Sun, 18 Dec 2016 04:44:03 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428833 - head/irc/epic4 Message-ID: <201612180444.uBI4i3Bx070689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sun Dec 18 04:44:03 2016 New Revision: 428833 URL: https://svnweb.freebsd.org/changeset/ports/428833 Log: Remove leftover reference to the TERMCAP knob that was removed. Approved by: maintainer (jpaetzel) Modified: head/irc/epic4/Makefile Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Sun Dec 18 04:43:19 2016 (r428832) +++ head/irc/epic4/Makefile Sun Dec 18 04:44:03 2016 (r428833) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612180444.uBI4i3Bx070689>