openbsd-ports/comms/pilot-link/patches/patch-bindings_Makefile_in
pvalchev 9dc7238ff0 Update to pilot-link-0.11.8, remove debug flavour
From new maintainer Antoine Jacoutot <ajacoutot@lphp.org>
2004-12-11 04:59:46 +00:00

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)