diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
commit | 30a00f2227a3e53b607331247c81c2911c1e98ef (patch) | |
tree | b3bdcd25b598432ef78aefb0f72e9412f429eee4 /dns/knot1 | |
parent | fc3bdd2b5bc1f418653dc07e3f7734890f957654 (diff) | |
download | ports-30a00f2227a3e53b607331247c81c2911c1e98ef.tar.gz ports-30a00f2227a3e53b607331247c81c2911c1e98ef.zip |
Notes
Diffstat (limited to 'dns/knot1')
-rw-r--r-- | dns/knot1/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dns/knot1/Makefile b/dns/knot1/Makefile index 7c3754016145..e58e10430625 100644 --- a/dns/knot1/Makefile +++ b/dns/knot1/Makefile @@ -27,10 +27,6 @@ USE_LDCONFIG= yes USE_OPENSSL= yes WITH_OPENSSL_PORT= yes -.if defined(BATCH) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --disable-silent-rules -.endif - INSTALL_TARGET= install-strip USE_RC_SUBR= ${PORTNAME} |