diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
commit | f55431a8d1adc783966829cc20c13f8a8b1f8d2a (patch) | |
tree | 0365b2c8f70162a32a46c986ab39d12c562fadaf /games/xtic | |
parent | 6295b7b9e0570c420742d9fee3ee55a4a1ff24f7 (diff) | |
download | FreeBSD-ports-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.zip FreeBSD-ports-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.tar.gz |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 40012
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'games/xtic')
-rw-r--r-- | games/xtic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xtic/Makefile b/games/xtic/Makefile index 8b576bd..4331559 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -14,11 +14,12 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_IMAKE= yes USE_XPM= yes MAN1= xtic.1 post-patch: - @${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/configure.h + @${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/configure.h .include <bsd.port.mk> |