--- Makefile.orig Sat Jan 26 00:06:02 2002 +++ Makefile Sun Jun 23 11:35:12 2002 @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -26,7 +27,7 @@ mke2fs.8 mklost+found.8 resize2fs.8 tune2fs.8 post-patch: - @find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ 's|LIST_HEAD|LIN_LST_HEAD|g ; \ s|et/com_err.h|com_err.h|g ; s|||'