diff options
Diffstat (limited to 'games/xtic/Makefile')
-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> |