aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-23 20:29:01 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-23 20:29:01 +0000
commit850379f68078a94d9766eaf2c890eac8479551e1 (patch)
treef7b7a328db9fec33a421566ba08f399a8d60f1b6 /sysutils/e2fsprogs
parent20ac02a96c38b585dc00957bad7fed485f9e40ec (diff)
downloadports-850379f68078a94d9766eaf2c890eac8479551e1.tar.gz
ports-850379f68078a94d9766eaf2c890eac8479551e1.zip
Notes
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r--sysutils/e2fsprogs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index 6009877c9c47..936380d3b15c 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>|'