summaryrefslogtreecommitdiff
path: root/irc/pisg/scripts/post-patch
blob: 73a4d337aee14ef69215a3762123216be4eae17f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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