From 3dfcb69b7713730d22282332e61d19042167992f Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 15 Nov 2003 20:37:04 +0000 Subject: unPERLify, and use ${FIND} and ${XARGS} where appropriate. PR: 48253 Submitted by: Simon 'portlint' Schubert --- devel/libgii/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/libgii') diff --git a/devel/libgii/Makefile b/devel/libgii/Makefile index 300a280e72df..fbe64a09dfb8 100644 --- a/devel/libgii/Makefile +++ b/devel/libgii/Makefile @@ -19,6 +19,7 @@ COMMENT= GGI API for input sources WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_XLIB= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -60,7 +61,7 @@ EXAMPLES= demos/demo.c demos/filter.c \ demos/mhub.c demos/xsendbut.c post-configure: - @${PERL} -p -i.bak -e 's/deplibs -lc/deplibs/;' ${WRKSRC}/libtool + @${REINPLACE_CMD} -e 's/\(deplibs\) -lc/\1/;' ${WRKSRC}/libtool post-install: @${CP} ${WRKSRC}/libgii.conf ${PREFIX}/etc/ggi/libgii.conf.dist -- cgit v1.2.3