mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
499c0113f7
* Fix a wrong default directory PR: 17201 Submitted by: Maintainer
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
--- config.make.orig Fri Jul 30 23:29:26 1999
|
|
+++ config.make Fri Jul 30 23:30:56 1999
|
|
@@ -141,7 +141,7 @@
|
|
|
|
|
|
# The perl interpreter used by subst.pl
|
|
-PERL = /usr/bin/perl
|
|
+PERL = /usr/local/bin/perl
|
|
|
|
# Directories for installing documentation, not used by subst.pl
|
|
INFODIR = /usr/local/share/doc/fidogate/info
|