- s/ /\t/g

- 'Fix' make index
This commit is contained in:
Philip M. Gollucci 2010-01-11 05:08:31 +00:00
parent dcb3e8aa59
commit b765c8cbc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247587

View File

@ -31,7 +31,7 @@ post-patch:
${WRKSRC}/configure
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>