diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-29 03:51:13 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-29 03:51:13 +0000 |
commit | 3726f942547e374490d375baf83216d7644a7162 (patch) | |
tree | 8c7c440762c72012824110ba9cdd44c8c1765017 /net/nncp | |
parent | 1de291090d9121f4d238a639b441f64372c239c1 (diff) | |
download | ports-3726f942547e374490d375baf83216d7644a7162.tar.gz ports-3726f942547e374490d375baf83216d7644a7162.zip |
Notes
Diffstat (limited to 'net/nncp')
-rw-r--r-- | net/nncp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/nncp/Makefile b/net/nncp/Makefile index 2820cfc59284..f02237f39518 100644 --- a/net/nncp/Makefile +++ b/net/nncp/Makefile @@ -11,9 +11,7 @@ COMMENT= Utilities for secure store-and-forward files, mail, command exchanging LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= go:lang/go - -USES= tar:xz +USES= go:no_targets tar:xz MAKEFILE= BSDmakefile USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss INSTALL_TARGET= install-strip |