From owner-svn-ports-all@FreeBSD.ORG Thu Nov 14 22:36:06 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B031A7B; Thu, 14 Nov 2013 22:36:06 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED90E23FF; Thu, 14 Nov 2013 22:36:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAEMa5SA019241; Thu, 14 Nov 2013 22:36:05 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAEMa5Ul019240; Thu, 14 Nov 2013 22:36:05 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201311142236.rAEMa5Ul019240@svn.freebsd.org> From: Adam Weinberger Date: Thu, 14 Nov 2013 22:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333799 - head/textproc/multimarkdown 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.16 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: Thu, 14 Nov 2013 22:36:06 -0000 Author: adamw Date: Thu Nov 14 22:36:05 2013 New Revision: 333799 URL: http://svnweb.freebsd.org/changeset/ports/333799 Log: marino pointed out that multimarkdown hardcodes /usr/bin/perl in a script. However, it appears that the file that the script generates is never used or referenced again, and it is not installed. So, switch to a different make(1) target to bypass the offending file, avoiding the need for perl altogether. Modified: head/textproc/multimarkdown/Makefile Modified: head/textproc/multimarkdown/Makefile ============================================================================== --- head/textproc/multimarkdown/Makefile Thu Nov 14 21:25:36 2013 (r333798) +++ head/textproc/multimarkdown/Makefile Thu Nov 14 22:36:05 2013 (r333799) @@ -16,7 +16,7 @@ FETCH_DEPENDS= git:${PORTSDIR}/devel/git WRKSRC= ${WRKDIR}/MultiMarkdown-4 -ALL_TARGET= ALL +ALL_TARGET= ${PORTNAME} OPTIONS_DEFINE= CHEAT_SHEET EXTRAS HELPERS CHEAT_SHEET_DESC= HTML-based cheat sheat