diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-16 04:37:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-16 04:37:04 +0800 |
commit | 71ad4933995cc892d62e378ee5be6ac15c6e62ef (patch) | |
tree | 610711606eefa728d01e4e333cc0119ea924f1f6 /devel/libgii | |
parent | 8918e3de46086cf18a356130171394cc05affdc3 (diff) | |
download | freebsd-ports-gnome-71ad4933995cc892d62e378ee5be6ac15c6e62ef.tar.gz freebsd-ports-gnome-71ad4933995cc892d62e378ee5be6ac15c6e62ef.tar.zst freebsd-ports-gnome-71ad4933995cc892d62e378ee5be6ac15c6e62ef.zip |
unPERLify, and use ${FIND} and ${XARGS} where appropriate.
PR: 48253
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'devel/libgii')
-rw-r--r-- | devel/libgii/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |