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 /devel/devtodo/Makefile | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) | |
download | ports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip |
Notes
Diffstat (limited to 'devel/devtodo/Makefile')
-rw-r--r-- | devel/devtodo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/devtodo/Makefile b/devel/devtodo/Makefile index a936432f519f..bf78918804fe 100644 --- a/devel/devtodo/Makefile +++ b/devel/devtodo/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://devtodo.sourceforge.net/?${PORTVERSION}/ MAINTAINER= petef@FreeBSD.org GNU_CONFIGURE= yes +USE_REINPLACE= yes # Note: without this define util/regex.c doesn't compile due to redeclaration # of malloc and realloc functions. Adding this define was the simplest @@ -25,7 +26,7 @@ MLINKS= devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdr.1 \ MANCOMPRESSED= yes post-patch: - @${PERL} -pi -e 's/^\ttest -f.*todorc.*\n//' ${WRKSRC}/doc/Makefile.in + @${REINPLACE_CMD} -e 's/^\ttest -f.*todorc.*\n//' ${WRKSRC}/doc/Makefile.in post-install: @${MKDIR} ${EXAMPLESDIR} |