mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/scrypt: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
af6da1b391
commit
53b70f7cf3
@ -1,5 +1,6 @@
|
||||
PORTNAME= scrypt
|
||||
PORTVERSION= 1.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.tarsnap.com/scrypt/
|
||||
|
||||
@ -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
|
||||
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user