aboutsummaryrefslogtreecommitdiff
path: root/audio/xmmix
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-08 10:22:14 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-08 10:22:14 +0000
commit31154892b641cd15adf68371929358d08862d264 (patch)
tree04c60b5eee34ac32bb4e64c7f467d3bf71838892 /audio/xmmix
parent9b646e86c33d57c3d495a4a0218969df75dcbd63 (diff)
downloadports-31154892b641cd15adf68371929358d08862d264.tar.gz
ports-31154892b641cd15adf68371929358d08862d264.zip
Notes
Diffstat (limited to 'audio/xmmix')
-rw-r--r--audio/xmmix/Makefile3
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>