9dc7238ff0
From new maintainer Antoine Jacoutot <ajacoutot@lphp.org>
13 lines
450 B
Plaintext
13 lines
450 B
Plaintext
$OpenBSD: patch-bindings_Makefile_in,v 1.1 2004/12/11 04:59:46 pvalchev Exp $
|
|
--- bindings/Makefile.in.orig Tue Jul 1 13:09:05 2003
|
|
+++ bindings/Makefile.in Fri Dec 10 21:51:33 2004
|
|
@@ -355,7 +355,7 @@ python-clean: Python/setup.py
|
|
#
|
|
|
|
Perl/Makefile: Perl/Makefile.PL
|
|
- cd Perl && $(PERL) Makefile.PL INSTALLDIRS=vendor
|
|
+ cd Perl && $(PERL) Makefile.PL INSTALLDIRS=site
|
|
|
|
perl-build: Perl/Makefile
|
|
cd Perl && $(MAKE) PREFIX=$(DESTDIR)$(prefix)
|