From dbb5e9503f1f1782b63a911f38e6daf982b4744b Mon Sep 17 00:00:00 2001 From: roam Date: Mon, 20 Jan 2003 16:55:22 +0000 Subject: USE_REINPLACE. The mail/vpopmail and mail/vpopmail-stable ports retain their Perl dependency, since the pkg-install script is written in Perl. I think this might need to be changed when I get the time to look into it. Submitted by: Ulrich Spoerlein --- www/comclear/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/comclear') diff --git a/www/comclear/Makefile b/www/comclear/Makefile index 1fef30a..945049d 100644 --- a/www/comclear/Makefile +++ b/www/comclear/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.neuro-tech.net/files/ MAINTAINER= roam@FreeBSD.org +USE_REINPLACE= yes USE_GNOMENG= yes WANT_GNOME= yes USE_GMAKE= yes @@ -27,7 +28,7 @@ PKGNAMESUFFIX= -gtk # Do not install docs by default, see the ifdef'd post-install below. post-configure: - ${PERL} -pi.fbsd -e 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile + ${REINPLACE_CMD} 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile .if !defined(NOPORTDOCS) post-install: -- cgit v1.1