aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-16 18:11:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-16 18:11:44 +0000
commit5d65811665cc639b33fb391c1d2e4b2b2ce63b35 (patch)
tree73e28964191477937f6c08b8f835a2e36b16ce1f
parente6c4ad55f07d596ce35557a06375a38c90f29850 (diff)
downloadports-5d65811665cc639b33fb391c1d2e4b2b2ce63b35.tar.gz
ports-5d65811665cc639b33fb391c1d2e4b2b2ce63b35.zip
Notes
-rw-r--r--security/libsodium/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/libsodium/Makefile b/security/libsodium/Makefile
index f814933eb7cb..1d894039229c 100644
--- a/security/libsodium/Makefile
+++ b/security/libsodium/Makefile
@@ -9,13 +9,14 @@ MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Library to build higher-level cryptographic tools
LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/LICENSE
-GNU_CONFIGURE= yes
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
-INSTALL_TARGET?= install-strip
-TEST_TARGET= check
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
OPTIONS_DEFINE= DOCS