aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfsprogs
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-08 10:16:55 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-08 10:16:55 +0000
commitc8fd25ea3e1eb8efc206cdaf06befad4424a4b2e (patch)
tree09333a14cc8c261f093b2d5059702805db752650 /sysutils/xfsprogs
parent00997f6ab65cdea79b083d86dbc62fac9bbf0614 (diff)
downloadports-c8fd25ea3e1eb8efc206cdaf06befad4424a4b2e.tar.gz
ports-c8fd25ea3e1eb8efc206cdaf06befad4424a4b2e.zip
Notes
Diffstat (limited to 'sysutils/xfsprogs')
-rw-r--r--sysutils/xfsprogs/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile
index 343f5ee3813f..93e8f078353a 100644
--- a/sysutils/xfsprogs/Makefile
+++ b/sysutils/xfsprogs/Makefile
@@ -37,7 +37,7 @@ MAN8= fsck.xfs.8 mkfs.xfs.8 xfs_admin.8 xfs_bmap.8 xfs_check.8 \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
-BROKEN= "Does not compile on less than FreeBSD 7.x"
+BROKEN= Does not compile on less than FreeBSD 7.x
.endif
post-extract:
@@ -55,5 +55,8 @@ post-configure:
post-patch:
${FIND} ${WRKDIR} -name "*.m4" | ${XARGS} ${REINPLACE_CMD} -e \
's|/usr/local|'${LOCALBASE}'|g'
+.ifdef NOPORTDOCS
+ @${REINPLACE_CMD} -e 's/doc//' -e '/PKG_DOC_DIR/d' ${WRKSRC}/Makefile
+.endif
.include <bsd.port.post.mk>