git: ede3854856ae - main - mail/hashcash: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 17:36:07 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ede3854856aedab88d2eefc7a932c50b49f1ca83 commit ede3854856aedab88d2eefc7a932c50b49f1ca83 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 17:11:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 17:35:40 +0000 mail/hashcash: Moved man to share/man Approved by: portmgr (blanket) --- mail/hashcash/Makefile | 5 +++-- mail/hashcash/files/patch-Makefile | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile index b3f51ef4c3ff..a9890e0ac4b5 100644 --- a/mail/hashcash/Makefile +++ b/mail/hashcash/Makefile @@ -1,5 +1,6 @@ PORTNAME= hashcash PORTVERSION= 1.22 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.hashcash.org/source/ @@ -15,8 +16,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:tgz PLIST_FILES= bin/hashcash bin/sha1 -PLIST_FILES+= man/man1/hashcash.1.gz -PLIST_FILES+= man/man1/sha1-hashcash.1.gz +PLIST_FILES+= share/man/man1/hashcash.1.gz +PLIST_FILES+= share/man/man1/sha1-hashcash.1.gz PORTDOCS= CHANGELOG LICENSE README ALL_TARGET= generic diff --git a/mail/hashcash/files/patch-Makefile b/mail/hashcash/files/patch-Makefile index 93b8d83b87f7..32785aa4d5ae 100644 --- a/mail/hashcash/files/patch-Makefile +++ b/mail/hashcash/files/patch-Makefile @@ -8,7 +8,7 @@ -MAN_INSTALL_PATH = /usr/share/man/man1 -DOC_INSTALL_PATH = /usr/share/doc/hashcash-$(HC_VERS) +INSTALL_PATH = ${STAGEDIR}${PREFIX}/bin -+MAN_INSTALL_PATH = ${STAGEDIR}${PREFIX}/man/man1 ++MAN_INSTALL_PATH = ${STAGEDIR}${PREFIX}/share/man/man1 +DOC_INSTALL_PATH = ${STAGEDIR}${PREFIX}/share/doc/hashcash MAKEDEPEND = makedepend MSLIB = mslib