blob: 2be4d3351e39bc5f1c409919ec66b913d06399a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-libpurple_plugins_perl_common_Makefile.PL.in,v 1.1 2013/07/17 09:41:06 fhajny Exp $
Unset INSTALL_BASE so that MakeMaker installs perllocal.pod with proper path.
--- libpurple/plugins/perl/common/Makefile.PL.in.orig Wed Jul 17 08:18:42 2013
+++ libpurple/plugins/perl/common/Makefile.PL.in Wed Jul 17 08:18:58 2013
@@ -15,7 +15,6 @@
'OBJECT' => '$(O_FILES)', # link all the C files too
# 'OPTIMIZE' => '-g', # For debugging
'INSTALLDIRS' => 'vendor',
- 'INSTALL_BASE' => '$(prefix)',
'INSTALLVENDORARCH' => '$(libdir)/purple-$(PURPLE_MAJOR_VERSION)/perl',
'INSTALLVENDORMAN3DIR' => '$(mandir)/man3',
'macro' => {
|