summaryrefslogtreecommitdiff
path: root/net/gnosamba
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 06:04:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 06:04:01 +0000
commite28630ead26369af9ef1d199ae48177e0e2486ae (patch)
treec38809fe289a3882c872d743e8cfe274cca486f2 /net/gnosamba
parentadd kile 1.0 (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61772
Diffstat (limited to 'net/gnosamba')
-rw-r--r--net/gnosamba/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile
index 91674d3e01d2..ffec7c421a01 100644
--- a/net/gnosamba/Makefile
+++ b/net/gnosamba/Makefile
@@ -13,11 +13,12 @@ MASTER_SITES= http://linuxberg.ii.net/files/gnome/network/ \
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
post-patch:
- @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c
+ @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c
.include <bsd.port.mk>