diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 17:12:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 17:12:58 +0000 |
commit | 3bebad9280de48346220d2fae1b4660079747ae7 (patch) | |
tree | 3420e202aadf706d1cd4dbf4b91385b7cfec934b /irc/pisg/scripts/post-patch | |
parent | Fix for -current due to lack of libgmp in base system (diff) |
add pisg 0.36
A Perl IRC Statistics Generator
PR: 34829
Submitted by: Peter Lowe <pgl@plig.net>
Notes
Notes:
svn path=/head/; revision=57225
Diffstat (limited to 'irc/pisg/scripts/post-patch')
-rw-r--r-- | irc/pisg/scripts/post-patch | 15 |
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 |