opnsense-ports/net/vmware-vsphere-cli/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

18 lines
549 B
Perl

--- ./Makefile.PL.orig 2010-04-28 22:04:40.000000000 +0000
+++ ./Makefile.PL 2011-07-09 03:37:35.000000000 +0000
@@ -87,14 +67,7 @@
DEST_VMWARE_APPS => (
$Config{perlpath} eq '/usr/bin/perl' ?
'/usr/lib/vmware-viperl/apps' :
- '$(INSTALLSITESCRIPT)/apps'
- ),
- # vmware docs
- INST_VMWARE_DOC => 'doc',
- DEST_VMWARE_DOC => (
- $Config{perlpath} eq '/usr/bin/perl' ?
- '/usr/share/doc/vmware-viperl/doc' :
- '$(SITEPREFIX)/doc'
+ '%%EXAMPLESDIR%%'
),
},
);