summaryrefslogtreecommitdiffstats
path: root/www/comclear
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2003-01-20 16:55:22 +0000
committerroam <roam@FreeBSD.org>2003-01-20 16:55:22 +0000
commitdbb5e9503f1f1782b63a911f38e6daf982b4744b (patch)
tree57fa1b1f7da896a0a2db320325007666752a88c9 /www/comclear
parent7d191346ba2463100d84fa34bf95ac7f2d3a5b08 (diff)
downloadFreeBSD-ports-dbb5e9503f1f1782b63a911f38e6daf982b4744b.zip
FreeBSD-ports-dbb5e9503f1f1782b63a911f38e6daf982b4744b.tar.gz
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 <q@uni.de>
Diffstat (limited to 'www/comclear')
-rw-r--r--www/comclear/Makefile3
1 files changed, 2 insertions, 1 deletions
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:
OpenPOWER on IntegriCloud