git: 9299680593b9 - main - sysutils/packmule: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 06:35:29 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9299680593b978367065db00fa046b1279ba59dd commit 9299680593b978367065db00fa046b1279ba59dd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:27:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 06:27:14 +0000 sysutils/packmule: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/packmule/Makefile | 3 ++- sysutils/packmule/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/packmule/Makefile b/sysutils/packmule/Makefile index c030fdc5c5b5..ced5fe6ab781 100644 --- a/sysutils/packmule/Makefile +++ b/sysutils/packmule/Makefile @@ -1,6 +1,7 @@ PORTNAME= packmule DISTVERSIONPREFIX=v DISTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MAINTAINER= ashafer@badland.io @@ -39,7 +40,7 @@ do-install: # Install the perl script and its manpage ${INSTALL_SCRIPT} ${WRKSRC}/packmule ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/packmule.1 \ - ${STAGEDIR}${PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 # Install scripts for generating iso images ${INSTALL_SCRIPT} ${WRKSRC}/mkiso/amd64/mkisoimages.sh \ diff --git a/sysutils/packmule/pkg-plist b/sysutils/packmule/pkg-plist index bc1cf60ff210..078ddd1bdf96 100644 --- a/sysutils/packmule/pkg-plist +++ b/sysutils/packmule/pkg-plist @@ -1,5 +1,5 @@ bin/packmule -man/man1/packmule.1.gz +share/man/man1/packmule.1.gz packmule/mkiso/amd64/mkisoimages.sh packmule/mkiso/i386/mkisoimages.sh packmule/mkiso/powerpc/mkisoimages.sh