diff options
author | pat <pat@FreeBSD.org> | 2002-06-23 20:29:01 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-23 20:29:01 +0000 |
commit | cf6da9c2084f076043b607e9aa6cabfe42da0fa9 (patch) | |
tree | 370fcbb6d6f08270d45d4568848a36e376726f0f /sysutils/e2fsprogs | |
parent | 9ceaffbf4dbb65eaf9582a23b08e02bc97f57287 (diff) | |
download | FreeBSD-ports-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.zip FreeBSD-ports-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.tar.gz |
PERL -> REINPLACE_CMD
PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735
ports/39736, ports/39737, ports/39738, ports/39739 ports/39740
Submitted by: Scott Flatman <sf@dsinw.com>
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 6009877..936380d 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -26,7 +27,7 @@ MAN8= badblocks.8 debugfs.8 dumpe2fs.8 e2fsck.8 e2image.8 e2label.8 fsck.8 \ 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|<malloc.h>|<stdlib.h>|' |