head	1.2;
access;
symbols
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.07.07.23.49.47;	author dhn;	state dead;
branches;
next	1.1;

1.1
date	2008.06.13.19.07.32;	author jadawin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 3.4
- Pass maintainership to submitter

PR:		ports/136322
Submitted by:	Tobias Rehbein <tobias.rehbein@@web.de>
@
text
@--- plugins/page/format/markdown.sh.orig	2005-11-09 23:45:03.000000000 +0100
+++ plugins/page/format/markdown.sh	2008-06-12 11:23:22.000000000 +0200
@@@@ -2,7 +2,7 @@@@
 # Markdown is documented and implemented at
 #   <URL:http://daringfireball.net/projects/markdown/>
 
-MARKDOWN="/usr/bin/markdown"
+MARKDOWN="%%PREFIX%%/bin/markdown"
 MARKDOWN_OPTS=""
 
 nb_msg "$plugins_textformataction `basename $nb_plugin` ..."
@


1.1
log
@- Use ${PREFIX} for markdown in patches
- While I'm here use SF macro

PR:		ports/124408
Submitted by:	Tobias Rehbein <tobias.rehbein web.de>
Approved by:	tabthorpe (mentor)
@
text
@@

