13 lines
716 B
Perl
13 lines
716 B
Perl
$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' => {
|