summaryrefslogtreecommitdiff
path: root/mail/majordomo
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-09-10 02:44:25 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-09-10 02:44:25 +0000
commit57c271292c484c0e8195454c19c625200c27c39a (patch)
treee328b0b467bc55ed2a43e18b9c61172ca162db3e /mail/majordomo
parentUpgrade to 4.1.7 (diff)
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.
Notes
Notes: svn path=/head/; revision=7841
Diffstat (limited to 'mail/majordomo')
-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