Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 22:36:05 +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: r333799 - head/textproc/multimarkdown
Message-ID:  <201311142236.rAEMa5Ul019240@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311142236.rAEMa5Ul019240>