diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:22:14 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:22:14 +0800 |
commit | 7061c825a5210c03732b321ec79be5b806d45809 (patch) | |
tree | 0b8baf7e1afe46bdc06d53d1075241021e654302 /audio/ksmp3play | |
parent | cde117293fcf37aa19d9f54acecb0887be0a0d25 (diff) | |
download | freebsd-ports-gnome-7061c825a5210c03732b321ec79be5b806d45809.tar.gz freebsd-ports-gnome-7061c825a5210c03732b321ec79be5b806d45809.tar.zst freebsd-ports-gnome-7061c825a5210c03732b321ec79be5b806d45809.zip |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'audio/ksmp3play')
-rw-r--r-- | audio/ksmp3play/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index a324eacb15c7..5cfa02add7bc 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ smpeg:${PORTSDIR}/graphics/smpeg \ gnugetopt:${PORTSDIR}/devel/libgnugetopt +USE_REINPLACE= yes SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \ @@ -24,7 +25,7 @@ CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \ MAN1= ksmp3play.1 post-patch: - @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: |