summaryrefslogtreecommitdiff
path: root/audio/osalp
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/osalp
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/osalp')
-rw-r--r--audio/osalp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile
index 0da6954726ab..48af51c54d8a 100644
--- a/audio/osalp/Makefile
+++ b/audio/osalp/Makefile
@@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
@@ -27,7 +28,7 @@ INSTALLS_SHLIB= yes
PLIST_SUB= VERSION=${PORTVERSION}
post-patch:
- @${PERL} -pi -e 's|/usr/local/lib/aflib|${PREFIX}/lib/aflib|g' \
+ @${REINPLACE_CMD} -e 's|/usr/local/lib/aflib|${PREFIX}/lib/aflib|g' \
${WRKSRC}/configure
.include <bsd.port.mk>