summaryrefslogtreecommitdiff
path: root/audio/sfront
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/sfront
parentPERL -> REINPLACE_CMD (diff)
PERL -> REINPLACE_CMD
PR: 39283 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=62644
Diffstat (limited to 'audio/sfront')
-rw-r--r--audio/sfront/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile
index 7cf1c5702320..798a41319f82 100644
--- a/audio/sfront/Makefile
+++ b/audio/sfront/Makefile
@@ -14,12 +14,13 @@ DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_BISON= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
ALL_TARGET= # empty
post-patch:
- @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/../bin/sfront ${PREFIX}/bin