sed -> ${SED} and portlint

This commit is contained in:
Michael Haro 1999-08-27 20:16:57 +00:00
parent fe0b8e7d43
commit a8b5f10a6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21026

View File

@ -7,10 +7,11 @@
# $FreeBSD$
#
DISTNAME= adcomplain-3.52
DISTNAME= adcomplain.pl
PKGNAME= adcomplain-3.52
CATEGORIES= mail news
MASTER_SITES= http://www.rdrop.com/users/billmc/
DISTFILES= adcomplain.pl.uu
EXTRACT_SUFX= .uu
MAINTAINER= ache@FreeBSD.org
@ -25,7 +26,7 @@ NO_BUILD= YES
post-patch:
cd ${WRKSRC}; \
${CP} adcomplain.pl adcomplain.pl.old; \
sed 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl
${SED} 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl
do-install:
cd ${WRKSRC}; \