From 6889f2dbd237d7e7a3ce85ecddd15806c18299c1 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 7 Oct 1998 10:15:19 +0000 Subject: Use PERL variable for script --- mail/adcomplain/Makefile | 4 ++-- mail/premail/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/adcomplain/Makefile b/mail/adcomplain/Makefile index 83b5e0152a5c..134d138478b3 100644 --- a/mail/adcomplain/Makefile +++ b/mail/adcomplain/Makefile @@ -4,7 +4,7 @@ # Date created: 13 Sep 1997 # Whom: ache@FreeBSD.org # -# $Id: Makefile,v 1.18 1998/09/15 17:23:26 ache Exp $ +# $Id: Makefile,v 1.19 1998/09/16 11:44:54 ache Exp $ # DISTNAME= adcomplain-4.42 @@ -24,7 +24,7 @@ NO_BUILD= YES post-patch: cd ${WRKSRC}; \ cp adcomplain.pl adcomplain.pl.old; \ - sed 's=%PERL5%=${PERL5}=' < adcomplain.pl.old > adcomplain.pl + sed 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl do-install: cd ${WRKSRC}; \ diff --git a/mail/premail/Makefile b/mail/premail/Makefile index 83f805ea87b8..dd5553394b46 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -5,7 +5,7 @@ # Date created: 31 Jan 1997 # Whom: ache # -# $Id: Makefile,v 1.9 1998/10/02 06:31:03 ache Exp $ +# $Id: Makefile,v 1.10 1998/10/06 15:15:22 ache Exp $ # DISTNAME= premail-0.46 @@ -25,7 +25,7 @@ RESTRICTED= "Author treats it as ITAR subject" post-patch: cd ${WRKSRC}; \ cp premail premail.old; \ - sed 's=%PERL5%=${PERL5}=' < premail.old > premail + sed 's=%PERL5%=${PERL}=' < premail.old > premail do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin -- cgit v1.2.3