diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 04:53:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 04:53:11 +0000 |
commit | 6751ed7d7017b0178a79f87e243543c718def2c1 (patch) | |
tree | ea773e62822f3267810fb171c2d3325fda54f64a /astro/spacechart | |
parent | 2c549745ae7bcac47d93a333fe5859bda0d5f80a (diff) |
perl -> reinplace
PR: ports/47652
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=88166
Diffstat (limited to 'astro/spacechart')
-rw-r--r-- | astro/spacechart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/spacechart/Makefile b/astro/spacechart/Makefile index 540fbb467fa2..0180c5048c62 100644 --- a/astro/spacechart/Makefile +++ b/astro/spacechart/Makefile @@ -18,13 +18,14 @@ COMMENT= SpaceChart is a star chart viewer for GNOME LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GNOME= gnomelibs CONFIGURE_ARGS= --without-included-gettext --datadir=${PREFIX}/share # trick it into using ports installed gettext post-patch: - @${PERL} -pi -ne "s|(INTLLIBS =).*$$|\1-I${LOCALBASE}/lib -lintl|" \ + @${REINPLACE_CMD} -e 's|\(INTLLIBS =\).*$$|\1-I${LOCALBASE}/lib -lintl|' \ ${WRKSRC}/src/Makefile.in pre-build: |