aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1997-09-10 10:44:25 +0800
committeritojun <itojun@FreeBSD.org>1997-09-10 10:44:25 +0800
commit56cb9d3fb7359eb9ea6475fa2d4e9c8b9585b2d7 (patch)
treec9e41f8ed17288db61f78a716a066b55073feb1d /mail
parent6baae9ab907ac8649704b575eb418784075f58f2 (diff)
downloadfreebsd-ports-gnome-56cb9d3fb7359eb9ea6475fa2d4e9c8b9585b2d7.tar.gz
freebsd-ports-gnome-56cb9d3fb7359eb9ea6475fa2d4e9c8b9585b2d7.tar.zst
freebsd-ports-gnome-56cb9d3fb7359eb9ea6475fa2d4e9c8b9585b2d7.zip
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')
-rw-r--r--mail/majordomo/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
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