aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2023-03-25 00:38:56 +0000
committerColin Percival <cperciva@FreeBSD.org>2023-03-25 00:39:28 +0000
commit806d458fd545f76af465f41b8d2703a52b155124 (patch)
tree49004e8dd5a05ef60c85906ab3be064efb58dbd4
parent4e94ac9eb97fab16510b74ebcaa9316613182a72 (diff)
downloadports-806d458fd545f76af465f41b8d2703a52b155124.tar.gz
ports-806d458fd545f76af465f41b8d2703a52b155124.zip
security/scrypt: Fix plist
Add missing library symlinks. Reported by: Graham Percival
-rw-r--r--security/scrypt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile
index f200f7dd8f86..f79ec662f67d 100644
--- a/security/scrypt/Makefile
+++ b/security/scrypt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= scrypt
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.tarsnap.com/scrypt/
@@ -19,6 +20,8 @@ CONFIGURE_ARGS= --enable-libscrypt-kdf --disable-static
PLIST_FILES= bin/scrypt \
include/scrypt-kdf.h \
+ lib/libscrypt-kdf.so \
+ lib/libscrypt-kdf.so.1 \
lib/libscrypt-kdf.so.1.0.0 \
man/man1/scrypt.1.gz