diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-10-07 10:15:19 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-10-07 10:15:19 +0000 |
commit | 6889f2dbd237d7e7a3ce85ecddd15806c18299c1 (patch) | |
tree | 37a37c015dd41465d5d4a3011aea828131cca09b /mail/adcomplain | |
parent | 2e7cf46d9c2686c00599df21c3e63a8bf12cee1a (diff) | |
download | ports-6889f2dbd237d7e7a3ce85ecddd15806c18299c1.tar.gz ports-6889f2dbd237d7e7a3ce85ecddd15806c18299c1.zip |
Notes
Diffstat (limited to 'mail/adcomplain')
-rw-r--r-- | mail/adcomplain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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}; \ |