diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /mail/adcomplain | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) | |
download | ports-235481b52a44969361f4c688e6e9d10798bd35d9.tar.gz ports-235481b52a44969361f4c688e6e9d10798bd35d9.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 507e55905df5..7c40c08d3b1d 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.26 1999/05/12 01:33:31 asami Exp $ +# $Id: Makefile,v 1.27 1999/05/16 22:58:21 ache Exp $ # DISTNAME= adcomplain-3.52 @@ -24,7 +24,7 @@ NO_BUILD= YES post-patch: cd ${WRKSRC}; \ - cp adcomplain.pl adcomplain.pl.old; \ + ${CP} adcomplain.pl adcomplain.pl.old; \ sed 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl do-install: |