diff options
author | mezz <mezz@FreeBSD.org> | 2008-01-13 03:31:33 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-01-13 03:31:33 +0800 |
commit | 6e5ff1af49edd48985290d3123f13c806d0a5af1 (patch) | |
tree | 86de55b37764c18c39d9c29adc0b5197e2ae8586 /net-p2p | |
parent | 0483c6f1fddfc5f0f9027c4af404e022957c93f4 (diff) | |
download | freebsd-ports-gnome-6e5ff1af49edd48985290d3123f13c806d0a5af1.tar.gz freebsd-ports-gnome-6e5ff1af49edd48985290d3123f13c806d0a5af1.tar.zst freebsd-ports-gnome-6e5ff1af49edd48985290d3123f13c806d0a5af1.zip |
Disable build test binaries, these aren't install so save build time a bit.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/transmission/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 3f25fa001f0a..250d457e1b27 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -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 diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 3f25fa001f0a..250d457e1b27 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -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 |