diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
commit | 520bec1f56b59e6f799cb8d16ae618cda06384a1 (patch) | |
tree | d6f3d35c80e52d7987e6598f667ba08fe60f38fb /games/xtic | |
parent | 3dd7df2bffece28c084c9d7b7b7fb32fd9cf8f96 (diff) | |
download | ports-520bec1f56b59e6f799cb8d16ae618cda06384a1.tar.gz ports-520bec1f56b59e6f799cb8d16ae618cda06384a1.zip |
Notes
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 8b576bd8abbe..433155931c33 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> |