View | Details | Raw Unified | Return to bug 2388
Collapse All | Expand All

(-)Makefile.PL.orig (+5 lines)
Lines 190-195 unless($Config{installman1dir}) { Link Here
190
# what a PITA.  we can't get at MakeMaker's parsed args. do it ourselves,
190
# what a PITA.  we can't get at MakeMaker's parsed args. do it ourselves,
191
# again....
191
# again....
192
192
193
my $contactkeyword = "report_contact";
193
my $contactaddr;
194
my $contactaddr;
194
my $runrazor;
195
my $runrazor;
195
196
Lines 210-215 if (!defined $contactaddr) { Link Here
210
    "default text:", "the administrator of that system"
211
    "default text:", "the administrator of that system"
211
  );
212
  );
212
  print "\n";
213
  print "\n";
214
} elsif ($contactaddr =~ /^\s*$/) {
215
  $contactkeyword = "\\#".$contactkeyword;
213
}
216
}
214
217
215
if (!defined $runrazor) {
218
if (!defined $runrazor) {
Lines 319-324 PKG_LOCAL_RULES_DIR = $pkglocalrulesdir Link Here
319
LOCAL_RULES_DIR		= $localrulesdir
322
LOCAL_RULES_DIR		= $localrulesdir
320
INST_SITELIB		= $instsitelib
323
INST_SITELIB		= $instsitelib
321
ENABLE_SSL		= $enablessl
324
ENABLE_SSL		= $enablessl
325
CONTACT_KEYWORD		= $contactkeyword
322
CONTACT_ADDRESS		= $contactaddr
326
CONTACT_ADDRESS		= $contactaddr
323
327
324
PERL_BIN		= $perl_bin
328
PERL_BIN		= $perl_bin
Lines 334-339 FIXVARS = -Mvars \ Link Here
334
		  -DDEF_RULES_DIR="$(DEF_RULES_DIR)" \
338
		  -DDEF_RULES_DIR="$(DEF_RULES_DIR)" \
335
		  -DLOCAL_RULES_DIR="$(LOCAL_RULES_DIR)" \
339
		  -DLOCAL_RULES_DIR="$(LOCAL_RULES_DIR)" \
336
		  -DINSTALLSITELIB="$(INST_SITELIB)" \
340
		  -DINSTALLSITELIB="$(INST_SITELIB)" \
341
		  -DCONTACT_KEYWORD="$(CONTACT_KEYWORD)" \
337
		  -DCONTACT_ADDRESS="$(CONTACT_ADDRESS)"
342
		  -DCONTACT_ADDRESS="$(CONTACT_ADDRESS)"
338
343
339
FIXBYTES	= -Mbytes \
344
FIXBYTES	= -Mbytes \

Return to bug 2388