Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30239
Collapse All | Expand All

(-)xmltv-0.5.19/Makefile.PL (-2 / +2 lines)
Lines 37-45 Link Here
37
our %extra_constants;
37
our %extra_constants;
38
%extra_constants
38
%extra_constants
39
  = (INST_PLAINDOC   => 'blib/doc',
39
  = (INST_PLAINDOC   => 'blib/doc',
40
     INSTALLPLAINDOC => "\$(PREFIX)/share/doc/xmltv-$::VERSION",
40
     INSTALLPLAINDOC => "\$(DESTDIR)\$(PREFIX)/share/doc/xmltv-$::VERSION",
41
     INST_SHARE      => 'blib/share',
41
     INST_SHARE      => 'blib/share',
42
     INSTALLSHARE    => '$(PREFIX)/share/xmltv',
42
     INSTALLSHARE    => '$(DESTDIR)$(PREFIX)/share/xmltv',
43
43
44
     # Manual page constants, shouldn't really be needed, but work
44
     # Manual page constants, shouldn't really be needed, but work
45
     # around bugs and make sure this stuff is the same across
45
     # around bugs and make sure this stuff is the same across

Return to bug 30239