Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 12:05:21 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 56f5da8fe562 - main - security/bcrypt: Move manpages to share/man
Message-ID:  <202401211205.40LC5L9o023536@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56f5da8fe562da9464dc2d6a9e2870e4767eba79

commit 56f5da8fe562da9464dc2d6a9e2870e4767eba79
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 12:05:13 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 12:05:13 +0000

    security/bcrypt: Move manpages to share/man
---
 security/bcrypt/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile
index 3860f036d7aa..3cfb799b8021 100644
--- a/security/bcrypt/Makefile
+++ b/security/bcrypt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bcrypt
-PORTVERSION=	1.1
+DISTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://bcrypt.sourceforge.net/ \
 		LOCAL/ehaupt
@@ -12,8 +13,9 @@ ALL_TARGET=	${PORTNAME}
 
 LDFLAGS+=	-lz
 
+PLIST_FILES=	bin/bcrypt \
+		share/man/man1/bcrypt.1.gz
 PORTDOCS=	README
-PLIST_FILES=	bin/bcrypt man/man1/bcrypt.1.gz
 
 OPTIONS_DEFINE=	DOCS
 
@@ -23,7 +25,7 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211205.40LC5L9o023536>