aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfsprogs
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2005-10-19 03:49:40 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2005-10-19 03:49:40 +0000
commit557ba3888f05a9cbfe3ef79fa8a8638a62ca86ed (patch)
tree5871552d6ff355b74eef98dcd182748c5eb7edeb /sysutils/xfsprogs
parent3ef2cf17d72878ce6aa8e492a731312307ff76e1 (diff)
downloadports-557ba3888f05a9cbfe3ef79fa8a8638a62ca86ed.tar.gz
ports-557ba3888f05a9cbfe3ef79fa8a8638a62ca86ed.zip
Replace hardcoded /usr/local in m4 files with ${LOCALBASE}
Notes
Notes: svn path=/head/; revision=145823
Diffstat (limited to 'sysutils/xfsprogs')
-rw-r--r--sysutils/xfsprogs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile
index a877b468e70f..88362bf72317 100644
--- a/sysutils/xfsprogs/Makefile
+++ b/sysutils/xfsprogs/Makefile
@@ -47,4 +47,8 @@ post-configure:
${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'
+post-patch:
+ ${FIND} ${WRKDIR} -name "*.m4" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|/usr/local|'${LOCALBASE}'|g'
+
.include <bsd.port.post.mk>