git: 4693f4da3140 - main - www/thumbnail_index: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 14:33:14 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4693f4da314073a7c8c037bd6a2f608a63144e3e commit 4693f4da314073a7c8c037bd6a2f608a63144e3e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 14:09:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 14:31:39 +0000 www/thumbnail_index: Moved man to share/man Approved by: portmgr (blanket) --- www/thumbnail_index/Makefile | 4 ++-- www/thumbnail_index/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/thumbnail_index/Makefile b/www/thumbnail_index/Makefile index 0e20eb435db7..be110c409e74 100644 --- a/www/thumbnail_index/Makefile +++ b/www/thumbnail_index/Makefile @@ -1,6 +1,6 @@ PORTNAME= thumbnail_index PORTVERSION= 1998.08.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thumbnail_index/ DISTNAME= ${PORTNAME}_10aug1998 @@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/thumbnail_index ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/thumbnail_reap ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/thumbnail_index.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/thumbnail_index.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/www/thumbnail_index/pkg-plist b/www/thumbnail_index/pkg-plist index 6b868dd98e37..c473e72b127d 100644 --- a/www/thumbnail_index/pkg-plist +++ b/www/thumbnail_index/pkg-plist @@ -1,3 +1,3 @@ bin/thumbnail_index bin/thumbnail_reap -man/man1/thumbnail_index.1.gz +share/man/man1/thumbnail_index.1.gz