$NetBSD: patch-ac,v 1.2 2007/03/05 15:58:20 obache Exp $ --- perlnative/Makefile.in.orig 2007-02-21 18:03:44.000000000 +0900 +++ perlnative/Makefile.in @@ -46,7 +46,7 @@ RUNENV = LD_LIBRARY_PATH=.:..:/lib:/usr/ all : ( cd src && if ! [ -f Makefile ] ; \ then $(RUNENV) $(PERL) Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \ - LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; fi ) + LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" INSTALLDIRS=vendor; fi ) ( cd src && make ) @printf '\n' @printf '#================================================================\n'