diff options
author | fhajny <fhajny@pkgsrc.org> | 2013-07-17 09:41:06 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2013-07-17 09:41:06 +0000 |
commit | 690c8299b9ea86ea536f22a7cc28c18f9de34b58 (patch) | |
tree | 89acbb569701da7d16c2f04c959f896a978b0092 /chat | |
parent | 8a636532e2c9da03870b90f4626eec20c4e40d50 (diff) | |
download | pkgsrc-690c8299b9ea86ea536f22a7cc28c18f9de34b58.tar.gz |
Fix PLIST check by making MakeMaker install perllocal.pod with proper path.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/libpurple/distinfo | 3 | ||||
-rw-r--r-- | chat/libpurple/patches/patch-libpurple_plugins_perl_common_Makefile.PL.in | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/chat/libpurple/distinfo b/chat/libpurple/distinfo index 3c1e8d9c068..30392b8f053 100644 --- a/chat/libpurple/distinfo +++ b/chat/libpurple/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.38 2013/03/05 01:45:46 dsainty Exp $ +$NetBSD: distinfo,v 1.39 2013/07/17 09:41:06 fhajny Exp $ SHA1 (pidgin-2.10.7.tar.bz2) = 01bc06e3a5712dded3ad4a4913ada12a3cd01e15 RMD160 (pidgin-2.10.7.tar.bz2) = 51827270c7b55ae134d4b70fc5a5845681d9c1d1 Size (pidgin-2.10.7.tar.bz2) = 10069279 bytes +SHA1 (patch-libpurple_plugins_perl_common_Makefile.PL.in) = 40326826000ed42e7570486f89f3196b58093d48 SHA1 (patch-libpurple_protocols_gg_lib_libgadu.h) = 5756134e17ae2ce28d3555cd40354245e22a5bd6 diff --git a/chat/libpurple/patches/patch-libpurple_plugins_perl_common_Makefile.PL.in b/chat/libpurple/patches/patch-libpurple_plugins_perl_common_Makefile.PL.in new file mode 100644 index 00000000000..2be4d3351e3 --- /dev/null +++ b/chat/libpurple/patches/patch-libpurple_plugins_perl_common_Makefile.PL.in @@ -0,0 +1,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' => { |