diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-28 06:48:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-28 06:48:46 +0000 |
commit | 8d72002c342fa020a9c83528431af3aed74ef35c (patch) | |
tree | 938115619621bc04efafeb1ed7b6f5cbf5597750 /mail/lbdb | |
parent | security/nss: expose TLS 1.3 support (diff) |
Fix installation
Diffstat (limited to 'mail/lbdb')
-rw-r--r-- | mail/lbdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile index 3409ebff9820..015a301668f7 100644 --- a/mail/lbdb/Makefile +++ b/mail/lbdb/Makefile @@ -11,7 +11,7 @@ MAINTAINER= alexey@renatasystems.org COMMENT= Tools for use with mutt external mail address query feature LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC]/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= gsed:textproc/gsed |