From owner-svn-ports-all@FreeBSD.ORG Fri Mar 27 15:45:19 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B388323; Fri, 27 Mar 2015 15:45:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAC9A805; Fri, 27 Mar 2015 15:45:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2RFjIYq024570; Fri, 27 Mar 2015 15:45:18 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2RFjIFv024569; Fri, 27 Mar 2015 15:45:18 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201503271545.t2RFjIFv024569@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 27 Mar 2015 15:45:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382429 - head/editors/joe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 15:45:19 -0000 Author: mi Date: Fri Mar 27 15:45:17 2015 New Revision: 382429 URL: https://svnweb.freebsd.org/changeset/ports/382429 QAT: https://qat.redports.org/buildarchive/r382429/ Log: Remove man.md from the list of installed files as well. The actual joe.1 man-page is installed anyway, there is no need for this, that I can see. PR: 198894 Modified: head/editors/joe/Makefile Modified: head/editors/joe/Makefile ============================================================================== --- head/editors/joe/Makefile Fri Mar 27 15:32:47 2015 (r382428) +++ head/editors/joe/Makefile Fri Mar 27 15:45:17 2015 (r382429) @@ -27,7 +27,7 @@ LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} ALL_TARGET= ${PORTNAME} post-patch: - ${REINPLACE_CMD} -e 's|docs/README.old ||' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in post-install: for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \