1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix error in PORT_OPTIONS conversion.

This commit is contained in:
Antoine Brodin 2013-06-14 20:24:11 +00:00
parent 80a7cf627a
commit 5570e2f745
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320961

View File

@ -136,7 +136,7 @@ post-patch:
@${REINPLACE_CMD} -e '/EXAMPLEDIR/d' ${WRKSRC}/etc/Makefile
${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -E \
-e 's#-release \$$\(SQLR_VERSION\)##g;'
.if ${PORT_OPTIONS:MDOCS}
.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} '/$$(MAKE) -C doc/d' ${WRKSRC}/Makefile
.endif