diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-22 13:54:17 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-22 13:54:17 +0000 |
commit | 2aea0fed3e977cdaa3cd292d512ff0e5656f4c25 (patch) | |
tree | adf18dab3ad6f7992bfe2d7e2d87340924e89c86 /mail/althea | |
parent | f47de1b8adcb8279af952274458227e3b43dc3f2 (diff) | |
download | FreeBSD-ports-2aea0fed3e977cdaa3cd292d512ff0e5656f4c25.zip FreeBSD-ports-2aea0fed3e977cdaa3cd292d512ff0e5656f4c25.tar.gz |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39652
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'mail/althea')
-rw-r--r-- | mail/althea/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/althea/Makefile b/mail/althea/Makefile index cdac7f9..9831fe7 100644 --- a/mail/althea/Makefile +++ b/mail/althea/Makefile @@ -14,13 +14,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes +REINPLACE_ARGS= -i "" USE_GTK= yes USE_OPENSSL= yes MAKE_ENV= MKDIR="${MKDIR}" MAKEFILE= ${FILESDIR}/Makefile.bsd post-patch: - @${PERL} -pi -e "s|/etc|${PREFIX}/etc|g" \ + @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" \ ${WRKSRC}/Documentation/help.html \ ${WRKSRC}/load_config.cpp \ ${WRKSRC}/load_config.h \ |