1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

- Fix examples build trigger.

- Axe yet more build but not install stuff.
This commit is contained in:
Alexander Nedotsukov 2004-07-08 14:42:03 +00:00
parent 5f1e2eed8c
commit 58b77748ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113220

View File

@ -36,20 +36,20 @@ CONFIGURE_ARGS= --enable-static=yes \
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
.if defined(WITH_EXAMPLES)
CONFIGURE_ARGS+=--enable-examples
PLIST_SUB+= EXAMPLES=""
.else
CONFIGURE_ARGS+=--disable-examples
PLIST_SUB+= EXAMPLES="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
-e '/^SUBDIRS =/s/demos//' \
${WRKSRC}/Makefile.in
.if !defined(WITH_EXAMPLES)
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
${WRKSRC}/Makefile.in
.endif
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's/^SUBDIRS = /docs//' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/docs//' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>