diff options
Diffstat (limited to 'audio/xmmix/Makefile')
-rw-r--r-- | audio/xmmix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index b291e486af2a..f9a9fecbd6ad 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -13,12 +13,13 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_IMAKE= yes USE_MOTIF= yes MAN1= xmmix.1 post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad .include <bsd.port.mk> |