summaryrefslogtreecommitdiff
path: root/irc/pisg/scripts/post-patch
diff options
context:
space:
mode:
Diffstat (limited to 'irc/pisg/scripts/post-patch')
-rw-r--r--irc/pisg/scripts/post-patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/irc/pisg/scripts/post-patch b/irc/pisg/scripts/post-patch
new file mode 100644
index 000000000000..73a4d337aee1
--- /dev/null
+++ b/irc/pisg/scripts/post-patch
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+cd $WRKSRC
+
+cat <<EOMAKEFILE>>Makefile.PL
+use ExtUtils::MakeMaker;
+WriteMakefile(
+ NAME => 'Pisg',
+ VERSION => '0.34',
+ );
+EOMAKEFILE
+
+mv modules lib
+mv pisg.pl pisg
+touch Makefile