diff options
Diffstat (limited to 'www/comclear')
-rw-r--r-- | www/comclear/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/comclear/Makefile b/www/comclear/Makefile index 1fef30ad9d20..945049d418fd 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: |