0b1fd917a8
pkgsrc changes: - Correcting dependencies (were build dependencies) - Define license Upstream changes: 1.0.25 2009-08-25T09:31:30 - Remove MultiMarkdown from the Text::Markdown distribution - Change repository and bugtracker metadata to github.
12 lines
340 B
Text
12 lines
340 B
Text
$NetBSD: patch-aa,v 1.2 2009/09/12 19:57:27 sno Exp $
|
|
|
|
--- Makefile.PL.orig 2009-08-25 08:31:09.000000000 +0000
|
|
+++ Makefile.PL 2009-09-12 19:53:37.000000000 +0000
|
|
@@ -22,6 +22,6 @@
|
|
build_requires 'FindBin' => undef;
|
|
|
|
# Scripts I install
|
|
-prompt_script('script/Markdown.pl');
|
|
+#prompt_script('script/Markdown.pl');
|
|
|
|
WriteAll;
|