diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-05 06:57:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-05 06:57:37 +0800 |
commit | 64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca (patch) | |
tree | 664d2ba6932861fa84d22c638a1035a3fcd6a962 /net/odsclient | |
parent | 8d98f5042d9d3f5d1c76b52d1826c997af60472d (diff) | |
download | freebsd-ports-gnome-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.tar.gz freebsd-ports-gnome-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.tar.zst freebsd-ports-gnome-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.zip |
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
Diffstat (limited to 'net/odsclient')
-rw-r--r-- | net/odsclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/odsclient/Makefile b/net/odsclient/Makefile index cd8a3bbefe3e..0553c98c40ee 100644 --- a/net/odsclient/Makefile +++ b/net/odsclient/Makefile @@ -12,10 +12,11 @@ MASTER_SITES= http://www.ods.org/ MAINTAINER= geniusj@ods.org +USE_REINPLACE= yes ALL_TARGET= odsclient post-patch: - @${PERL} -pi -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/odsclient ${PREFIX}/bin |