X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile.PL;h=1cfca54903fc064d79056751d574a1f002d5bed4;hb=116559255440c02ce649b717b0ed6a8ae6456184;hp=46a74a8c9b93c5d53357203d9c64e7c60cc652c2;hpb=60a728ee35adf83f508a7e80d5515947c4229f6a;p=cascardo%2Fsendxmpp.git diff --git a/Makefile.PL b/Makefile.PL index 46a74a8..1cfca54 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,12 @@ use ExtUtils::MakeMaker; +# do this so we default to install to /usr/local, unless +# PREFIX is provided, ie.: +# perl Makefile.pl PREFIX=/usr +$ENV{'PREFIX'}='/usr/local/' unless ($ENV{'PREFIX'}); + + WriteMakefile (NAME => 'sendxmpp', AUTHOR => 'Dirk-Jan C. Binnema (djcb@djcbsoftware.nl)', ABSTRACT => 'Script for sending xmpp messages',