security/scrypt: Fix plist

Add missing library symlinks.

Reported by:	Graham Percival
This commit is contained in:
Colin Percival
2023-03-24 17:38:56 -07:00
parent 4e94ac9eb9
commit 806d458fd5

View File

@@ -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