diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 37f2224fa6a14520df830ae1daeba9b877daa347 (patch) | |
tree | 13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /www/amyc | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) | |
download | ports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip |
Notes
Diffstat (limited to 'www/amyc')
-rw-r--r-- | www/amyc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile index 26408e575cd9..8267e74513bf 100644 --- a/www/amyc/Makefile +++ b/www/amyc/Makefile @@ -15,6 +15,7 @@ MAINTAINER= petef@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +USE_REINPLACE= yes USE_AUTOCONF= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -35,7 +36,7 @@ PLIST_SUB= WITH_GTK="@comment " .endif post-patch: - @${PERL} -pi -e 's!\(datadir\)/locale!(prefix)/share/locale!' \ + @${REINPLACE_CMD} -e 's!\(datadir\)/locale!(prefix)/share/locale!' \ ${WRKSRC}/po/Makefile.in.in .include <bsd.port.post.mk> |