diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:05 +0800 |
commit | 9bb022c53c12ce3dd856647b562fb5d142e14255 (patch) | |
tree | eeb85534f6bb9769366fb50015e199a229384bd5 /security | |
parent | f78b24b156dc90fddb1df271856f7c44a63ac1f8 (diff) | |
download | freebsd-ports-gnome-9bb022c53c12ce3dd856647b562fb5d142e14255.tar.gz freebsd-ports-gnome-9bb022c53c12ce3dd856647b562fb5d142e14255.tar.zst freebsd-ports-gnome-9bb022c53c12ce3dd856647b562fb5d142e14255.zip |
- Add LICENSE_FILE
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Remove PKGMESSAGE from SUB_FILES
Diffstat (limited to 'security')
-rw-r--r-- | security/keybase/Makefile | 7 | ||||
-rw-r--r-- | security/keybase/pkg-message (renamed from security/keybase/files/pkg-message.in) | 0 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/keybase/Makefile b/security/keybase/Makefile index 5988f0218dca..dd868d2d0cf2 100644 --- a/security/keybase/Makefile +++ b/security/keybase/Makefile @@ -10,15 +10,14 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Keybase.io client LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg \ - ${LOCALBASE}/bin/node:${PORTSDIR}/www/node +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ + node:${PORTSDIR}/www/node NO_ARCH= yes NO_BUILD= yes USES= tar:tgz - -SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/package # Install it to a private place instead of polluting lib/node_modules diff --git a/security/keybase/files/pkg-message.in b/security/keybase/pkg-message index 57671c7cd12a..57671c7cd12a 100644 --- a/security/keybase/files/pkg-message.in +++ b/security/keybase/pkg-message |