WriteMakefile(
NAME => 'IkiWiki',
- PREFIX => "/usr",
+ PREFIX => "/usr/local",
PM_FILTER => './pm_filter $(PREFIX) $(VER)',
EXE_FILES => ['ikiwiki'],
MAN1PODS => {},
build: build-stamp
build-stamp:
dh_testdir
- perl Makefile.PL
+ perl Makefile.PL PREFIX=/usr
$(MAKE)
$(MAKE) test
touch build-stamp
If you want to install from the tarball, you should make sure that the
required perl modules are installed, then run:
- perl Makefile.PL
+ perl Makefile.PL # PREFIX=/dir to install elsewhere
make
make test # optional
make install