Skip to content

Commit

Permalink
security/scrypt: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent af6da1b commit 53b70f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion security/scrypt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= scrypt
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.tarsnap.com/scrypt/

Expand All @@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= libtool ssl tar:tgz

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \
LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}"
CONFIGURE_ARGS= --enable-libscrypt-kdf --disable-static
Expand All @@ -22,6 +24,6 @@ PLIST_FILES= bin/scrypt \
lib/libscrypt-kdf.so \
lib/libscrypt-kdf.so.1 \
lib/libscrypt-kdf.so.1.0.0 \
man/man1/scrypt.1.gz
share/man/man1/scrypt.1.gz

.include <bsd.port.mk>

0 comments on commit 53b70f7

Please sign in to comment.