opnsense-ports/security/libwhisker/files/patch-Makefile.pl
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
422 B
Perl

--- ./Makefile.pl.orig 2010-01-24 04:35:26.000000000 +0000
+++ ./Makefile.pl 2014-05-21 16:29:01.000000000 +0000
@@ -171,7 +171,7 @@
command_build() if(!-e $TARGET);
die("Can not install without Config.pm") if($MODULES{Config}==0);
$CWD=&cwd if($MODULES{Cwd}>0);
- my $where=$DESTDIR . $Config{'man3direxp'};
+ my $where=$DESTDIR . $Config{'siteman3direxp'};
my $t = $TARGET;
if($LIBRARY){
$t="$PACKAGE.3pm";