diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 10:16:55 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 10:16:55 +0000 |
commit | c8fd25ea3e1eb8efc206cdaf06befad4424a4b2e (patch) | |
tree | 09333a14cc8c261f093b2d5059702805db752650 /sysutils/xfsprogs | |
parent | 00997f6ab65cdea79b083d86dbc62fac9bbf0614 (diff) | |
download | ports-c8fd25ea3e1eb8efc206cdaf06befad4424a4b2e.tar.gz ports-c8fd25ea3e1eb8efc206cdaf06befad4424a4b2e.zip |
Notes
Diffstat (limited to 'sysutils/xfsprogs')
-rw-r--r-- | sysutils/xfsprogs/Makefile | 5 |
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> |