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/xmailbox/Makefile | |
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/xmailbox/Makefile')
-rw-r--r-- | mail/xmailbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xmailbox/Makefile b/mail/xmailbox/Makefile index 68e0f59e404f..4867d91bfc56 100644 --- a/mail/xmailbox/Makefile +++ b/mail/xmailbox/Makefile @@ -13,12 +13,13 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_IMAKE= yes USE_XPM= yes MAN1= xmailbox.1 post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMailbox.ad + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMailbox.ad post-install: @${MKDIR} ${PREFIX}/share/xmailbox |