aboutsummaryrefslogtreecommitdiff
path: root/audio/Maaate
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/Maaate
parent9b646e86c33d57c3d495a4a0218969df75dcbd63 (diff)
downloadports-31154892b641cd15adf68371929358d08862d264.tar.gz
ports-31154892b641cd15adf68371929358d08862d264.zip
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/Maaate')
-rw-r--r--audio/Maaate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Maaate/Makefile b/audio/Maaate/Makefile
index bc2bfc828c91..12753c98a59b 100644
--- a/audio/Maaate/Makefile
+++ b/audio/Maaate/Makefile
@@ -13,12 +13,13 @@ MASTER_SITES= http://www.cmis.csiro.au/maaate/packages/
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
- @${PERL} -pi -e "s,-ldl,,g ; s,\(CCLD,(CXXLD,g" ${WRKSRC}/demos/Makefile.in
+ @${REINPLACE_CMD} -E -e "s,-ldl,,g ; s,\(CCLD,(CXXLD,g" ${WRKSRC}/demos/Makefile.in
post-install:
.if !defined(NOPORTDOCS)