From 56cb9d3fb7359eb9ea6475fa2d4e9c8b9585b2d7 Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 10 Sep 1997 02:44:25 +0000 Subject: The majordomo port wrongly assumes that there's ${PREFIX}/bin/perl. (there's no dependency description in Makefile) Majordomo seems to work with perl4.036 right now, so I made this fix. In the future, we might need to switch to perl5. (document says that in the future they'll switch to perl5) Then, we'll need to revert the patch, and add dependency into Makefile. --- mail/majordomo/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/majordomo/files/patch-aa b/mail/majordomo/files/patch-aa index 07c143d0a374..de5661cb1e3a 100644 --- a/mail/majordomo/files/patch-aa +++ b/mail/majordomo/files/patch-aa @@ -5,7 +5,7 @@ # Put the location of your Perl binary here: -PERL = /bin/perl -+PERL = ${PREFIX}/bin/perl ++PERL = /usr/bin/perl # What do you call your C compiler? CC = cc -- cgit