diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 15:58:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 15:58:49 +0800 |
commit | f26bdeae9befa75a462c5eb007ed2fabdf205066 (patch) | |
tree | 61844afb1a2c4b904cd347dc0c5f33854a89002f /security | |
parent | 68d38c9723b7fb3102d76ef35b6ee8bc63a05c6b (diff) | |
download | freebsd-ports-gnome-f26bdeae9befa75a462c5eb007ed2fabdf205066.tar.gz freebsd-ports-gnome-f26bdeae9befa75a462c5eb007ed2fabdf205066.tar.zst freebsd-ports-gnome-f26bdeae9befa75a462c5eb007ed2fabdf205066.zip |
Fix LICENSE_FILE
Notified by: antoine
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/quantis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/quantis/Makefile b/security/quantis/Makefile index 8b6c5626c778..dec25a52ae0d 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -14,7 +14,7 @@ COMMENT= Libraries and utilities to access Quantis devices LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/Quantis-${DISTVERSION}/License.txt +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/../License.txt OPTIONS_DEFINE= PCI USB JAVA COMPAT TOOL GUI DOCS EXAMPLES OPTIONS_DEFAULT=PCI USB JAVA TOOL GUI |