2010-11-07 Junichi Satoh <junichi@rworks.jp>
* Makefile.PL: Added 'INSTALLSITELIB' for FreeBSD. (undefined) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3545 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d6b935083b
commit
ee98db53c9
|
@ -1,3 +1,7 @@
|
|||
2010-11-07 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* Makefile.PL: Added 'INSTALLSITELIB' for FreeBSD. (undefined)
|
||||
|
||||
2010-11-05 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* util/pandora_sync_db.pl: Changed the tevento table
|
||||
|
|
|
@ -3,6 +3,9 @@ use ExtUtils::MakeMaker;
|
|||
|
||||
WriteMakefile(
|
||||
INSTALLSITELIB => '/usr/lib/perl5',
|
||||
(($^O eq 'freebsd')
|
||||
? (INSTALLSITELIB => '') : ()
|
||||
),
|
||||
NAME => 'PandoraFMS',
|
||||
VERSION_FROM => 'lib/PandoraFMS/Config.pm',
|
||||
AUTHOR => 'Artica ST <info@artica.es>',
|
||||
|
|
Loading…
Reference in New Issue