diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-10 21:37:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-10 21:37:20 +0000 |
commit | 73da2f9060cd347f2eb514942215182fb8ac3cd7 (patch) | |
tree | 5e7202e3b530d6b2daa04fd8be7abeb656a3c779 | |
parent | Update devel/nasm to 2.13.03 (diff) |
Add LICENSE_FILE
Notes
Notes:
svn path=/head/; revision=461435
-rw-r--r-- | net/xprobe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xprobe/Makefile b/net/xprobe/Makefile index 35317eba1012..4bec89c56595 100644 --- a/net/xprobe/Makefile +++ b/net/xprobe/Makefile @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= ICMP active OS fingerprint scanner LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING CONFIGURE_ENV= INSTALL=${INSTALL} GNU_CONFIGURE= yes |