git: bd4144276f1c - main - security/ccrypt: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:55:30 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd4144276f1c7adc7306cf8c0ec4f1f3b4769257 commit bd4144276f1c7adc7306cf8c0ec4f1f3b4769257 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:34:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:54:48 +0000 security/ccrypt: Moved man to share/man Approved by: portmgr (blanket) --- security/ccrypt/Makefile | 2 ++ security/ccrypt/pkg-plist | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index b8bcfdf7aa98..c4610f202b40 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -1,5 +1,6 @@ PORTNAME= ccrypt DISTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${DISTVERSION}/ \ http://www.mathstat.dal.ca/~selinger/ccrypt/download/${DISTVERSION}/ @@ -20,6 +21,7 @@ NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/security/ccrypt/pkg-plist b/security/ccrypt/pkg-plist index 8464cf57fd13..eddfbc4356f5 100644 --- a/security/ccrypt/pkg-plist +++ b/security/ccrypt/pkg-plist @@ -3,11 +3,11 @@ bin/ccdecrypt bin/ccencrypt bin/ccguess bin/ccrypt -man/man1/ccencrypt.1.gz -man/man1/ccdecrypt.1.gz -man/man1/ccat.1.gz -man/man1/ccrypt.1.gz -man/man1/ccguess.1.gz +share/man/man1/ccencrypt.1.gz +share/man/man1/ccdecrypt.1.gz +share/man/man1/ccat.1.gz +share/man/man1/ccrypt.1.gz +share/man/man1/ccguess.1.gz %%NLS%%share/locale/de/LC_MESSAGES/ccrypt.mo %%NLS%%share/locale/et/LC_MESSAGES/ccrypt.mo %%NLS%%share/locale/fr/LC_MESSAGES/ccrypt.mo