diff options
author | itojun <itojun@FreeBSD.org> | 1997-09-10 02:44:25 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-09-10 02:44:25 +0000 |
commit | 56cb9d3fb7359eb9ea6475fa2d4e9c8b9585b2d7 (patch) | |
tree | c9e41f8ed17288db61f78a716a066b55073feb1d /mail/majordomo | |
parent | 6baae9ab907ac8649704b575eb418784075f58f2 (diff) | |
download | FreeBSD-ports-56cb9d3fb7359eb9ea6475fa2d4e9c8b9585b2d7.zip FreeBSD-ports-56cb9d3fb7359eb9ea6475fa2d4e9c8b9585b2d7.tar.gz |
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.
Diffstat (limited to 'mail/majordomo')
-rw-r--r-- | mail/majordomo/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/majordomo/files/patch-aa b/mail/majordomo/files/patch-aa index 07c143d..de5661c 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 |