svn commit: r333799 - head/textproc/multimarkdown

Adam Weinberger adamw at FreeBSD.org
Thu Nov 14 22:36:06 UTC 2013


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


More information about the svn-ports-all mailing list