gentoo-full-overlay/net-dialup/sendpage/files/1.1.0-makefile.patch

12 lines
369 B
Diff
Raw Normal View History

--- sendpage-1.001/Makefile.PL.orig 2006-06-14 12:20:10.000000000 -0400
+++ sendpage-1.001/Makefile.PL 2006-06-14 12:20:38.000000000 -0400
@@ -71,6 +71,8 @@ if (defined($Config{'sitelib_stem'}) &&
$opts{'INSTALLSITELIB'} .= $Config{'sitelib_stem'};
}
+$opts{'DESTDIR'} = $args{'DESTDIR'};
+
WriteMakefile(%opts);
# /* vi:set ai ts=4 sw=4 expandtab: */