1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Disable build test binaries, these aren't install so save build time a bit.

This commit is contained in:
Jeremy Messenger 2008-01-12 19:31:33 +00:00
parent e3eca7308b
commit e6aabbfc0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205571
2 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,8 @@ general-patch:
@${REINPLACE_CMD} -e 's|@SUBDIRS = . sample.*|@SUBDIRS = .|g' \
${WRKSRC}/third-party/libevent/Makefile.in
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|$$(OPENSSL_CFLAGS)||g ; s|$$(OPENSSL_LIBS)||g'
's|$$(OPENSSL_CFLAGS)||g ; s|$$(OPENSSL_LIBS)||g ; \
s|noinst_PROGRAMS = |noinst_PROGRAMS = #|g'
post-patch: general-patch

View File

@ -39,7 +39,8 @@ general-patch:
@${REINPLACE_CMD} -e 's|@SUBDIRS = . sample.*|@SUBDIRS = .|g' \
${WRKSRC}/third-party/libevent/Makefile.in
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|$$(OPENSSL_CFLAGS)||g ; s|$$(OPENSSL_LIBS)||g'
's|$$(OPENSSL_CFLAGS)||g ; s|$$(OPENSSL_LIBS)||g ; \
s|noinst_PROGRAMS = |noinst_PROGRAMS = #|g'
post-patch: general-patch