diff options
author | Max Kalika <max@gentoo.org> | 2003-10-12 15:50:43 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2003-10-12 15:50:43 +0000 |
commit | ea9fa67fd5de78ca2037f567ad3448b10951bba0 (patch) | |
tree | 5a0713f9cfeadc74db79062140b79f25d1a23158 /media-tv/xmltv/files | |
parent | removing old ebuild (diff) | |
download | historical-ea9fa67fd5de78ca2037f567ad3448b10951bba0.tar.gz historical-ea9fa67fd5de78ca2037f567ad3448b10951bba0.tar.bz2 historical-ea9fa67fd5de78ca2037f567ad3448b10951bba0.zip |
Fix sandbox problems with newer perl/MakeMaker
Diffstat (limited to 'media-tv/xmltv/files')
-rw-r--r-- | media-tv/xmltv/files/xmltv-0.5.19-newer-MM.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-tv/xmltv/files/xmltv-0.5.19-newer-MM.patch b/media-tv/xmltv/files/xmltv-0.5.19-newer-MM.patch new file mode 100644 index 000000000000..68586a956db5 --- /dev/null +++ b/media-tv/xmltv/files/xmltv-0.5.19-newer-MM.patch @@ -0,0 +1,14 @@ +--- xmltv-0.5.19/Makefile.PL 2003-09-27 11:21:02.000000000 -0700 ++++ xmltv-0.5.19/Makefile.PL-new 2003-10-06 20:01:50.000000000 -0700 +@@ -37,9 +37,9 @@ + our %extra_constants; + %extra_constants + = (INST_PLAINDOC => 'blib/doc', +- INSTALLPLAINDOC => "\$(PREFIX)/share/doc/xmltv-$::VERSION", ++ INSTALLPLAINDOC => "\$(DESTDIR)\$(PREFIX)/share/doc/xmltv-$::VERSION", + INST_SHARE => 'blib/share', +- INSTALLSHARE => '$(PREFIX)/share/xmltv', ++ INSTALLSHARE => '$(DESTDIR)$(PREFIX)/share/xmltv', + + # Manual page constants, shouldn't really be needed, but work + # around bugs and make sure this stuff is the same across |