diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-22 21:54:17 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-22 21:54:17 +0800 |
commit | 2aea0fed3e977cdaa3cd292d512ff0e5656f4c25 (patch) | |
tree | adf18dab3ad6f7992bfe2d7e2d87340924e89c86 /mail/muttzilla | |
parent | f47de1b8adcb8279af952274458227e3b43dc3f2 (diff) | |
download | freebsd-ports-gnome-2aea0fed3e977cdaa3cd292d512ff0e5656f4c25.tar.gz freebsd-ports-gnome-2aea0fed3e977cdaa3cd292d512ff0e5656f4c25.tar.zst freebsd-ports-gnome-2aea0fed3e977cdaa3cd292d512ff0e5656f4c25.zip |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39652
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'mail/muttzilla')
-rw-r--r-- | mail/muttzilla/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/muttzilla/Makefile b/mail/muttzilla/Makefile index d79441691337..e3c51b7640c6 100644 --- a/mail/muttzilla/Makefile +++ b/mail/muttzilla/Makefile @@ -13,8 +13,10 @@ MASTER_SITES= http://www3.bc.sympatico.ca/brian_winters/mutt/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes + pre-configure: - @${PERL} -pi.orig \ + @${REINPLACE_CMD} \ -e "s:/etc/muttzilla.conf:${PREFIX}/etc/muttzilla.conf:g" \ ${WRKSRC}/muttzilla.h ${WRKSRC}/mzmail.sh ${WRKSRC}/mzmail.py \ ${WRKSRC}/mznews.sh ${WRKSRC}/mznews.py |