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:
parent
e3eca7308b
commit
e6aabbfc0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205571
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user