diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-28 12:49:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-28 12:49:58 +0000 |
commit | 43b73bae59354a6ec90c3cd1273721089b65d5ce (patch) | |
tree | 1ba13de214ac0efa950c818f2f6e32a6c272d8d2 /games | |
parent | Fix maintainer email-address (diff) |
MAINTAINER: cure games/baduki of its perl addiction
PR: ports/47382
Submitted by: Steve Coltrin <spcoltri@omcl.org>
Notes
Notes:
svn path=/head/; revision=74132
Diffstat (limited to 'games')
-rw-r--r-- | games/baduki/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile index c4357c8566a5..70e6b442d169 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -16,14 +16,15 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes USE_GNOME= gtk12 +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ - s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure + s|\$$(top_builddir)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure .include <bsd.port.mk> |