aboutsummaryrefslogtreecommitdiff
path: root/mail/adcomplain
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 20:16:57 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 20:16:57 +0000
commita8b5f10a6fdf34172aee27875a2ace37048bac45 (patch)
tree3b81d522874894719dd8bd030ecf931f3a561e48 /mail/adcomplain
parentfe0b8e7d4345da4453eef950cf4cbf62f8e63660 (diff)
downloadports-a8b5f10a6fdf34172aee27875a2ace37048bac45.tar.gz
ports-a8b5f10a6fdf34172aee27875a2ace37048bac45.zip
sed -> ${SED} and portlint
Notes
Notes: svn path=/head/; revision=21026
Diffstat (limited to 'mail/adcomplain')
-rw-r--r--mail/adcomplain/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/adcomplain/Makefile b/mail/adcomplain/Makefile
index 52f09d65f63f..0453bbc9308b 100644
--- a/mail/adcomplain/Makefile
+++ b/mail/adcomplain/Makefile
@@ -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}; \