Date: Sun, 25 Feb 2024 13:46:04 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53b70f7cf387 - main - security/scrypt: Moved man to share/man Message-ID: <202402251346.41PDk4Fh092962@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=53b70f7cf387648af62894d0ddbe51333ec6e78e commit 53b70f7cf387648af62894d0ddbe51333ec6e78e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:22:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:22:26 +0000 security/scrypt: Moved man to share/man Approved by: portmgr (blanket) --- security/scrypt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile index 6e41eccaf550..4b01793ab101 100644 --- a/security/scrypt/Makefile +++ b/security/scrypt/Makefile @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251346.41PDk4Fh092962>