diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-02 19:49:59 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-02 19:49:59 +0000 |
commit | ab6448cc92828da97d352d7d052723d22a9e7e95 (patch) | |
tree | 8eb198a6af6289b0f9cd10bb7668c8ce1615a85c /security/go-cve-dictionary | |
parent | 88c53bfe3146dbbd0b1b3b4e83f4b25c778bf8dd (diff) | |
download | freebsd-ports-ab6448cc92828da97d352d7d052723d22a9e7e95.zip |
security/go-cve-dictionary: USES=go does not take any arguments
- Prepare for D19570
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D19802
Diffstat (limited to 'security/go-cve-dictionary')
-rw-r--r-- | security/go-cve-dictionary/Makefile | 2 | ||||
-rw-r--r-- | security/go-cve-dictionary/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/go-cve-dictionary/Makefile b/security/go-cve-dictionary/Makefile index 941cbe1a7e04..a48853951a49 100644 --- a/security/go-cve-dictionary/Makefile +++ b/security/go-cve-dictionary/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= go:1.7.1+ +USES= go USE_RC_SUBR= ${PORTNAME} diff --git a/security/go-cve-dictionary/pkg-plist b/security/go-cve-dictionary/pkg-plist index 6d8b031a70a1..413d3df11f36 100644 --- a/security/go-cve-dictionary/pkg-plist +++ b/security/go-cve-dictionary/pkg-plist @@ -1,3 +1,3 @@ -bin/%%GO_PKGNAME%% +bin/go-cve-dictionary @dir(vuls,vuls,0775) /var/db/vuls @dir(vuls,vuls,0775) /var/log/vuls |