git: f7127cf2b44e - main - sysutils/dsbsu: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 17:20:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7127cf2b44e939b6b71e3296d1868b7c22206db commit f7127cf2b44e939b6b71e3296d1868b7c22206db Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 16:41:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:18:59 +0000 sysutils/dsbsu: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/dsbsu/Makefile | 5 ++++- sysutils/dsbsu/pkg-plist | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sysutils/dsbsu/Makefile b/sysutils/dsbsu/Makefile index a88eb1789824..fbf73d7df0c0 100644 --- a/sysutils/dsbsu/Makefile +++ b/sysutils/dsbsu/Makefile @@ -1,6 +1,6 @@ PORTNAME= dsbsu PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= mk@nic-nac-project.org @@ -18,4 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= mrclksr GH_PROJECT= DSBSu +post-patch: + @${REINPLACE_CMD} -e 's|man/man|share/man/man|' ${WRKSRC}/dsbsu.pro + .include <bsd.port.mk> diff --git a/sysutils/dsbsu/pkg-plist b/sysutils/dsbsu/pkg-plist index b2ea41097e4a..5654e804b424 100644 --- a/sysutils/dsbsu/pkg-plist +++ b/sysutils/dsbsu/pkg-plist @@ -4,6 +4,6 @@ bin/dsbsudo %%DATADIR%%/dsbsu_fr.qm libexec/dsbsu-helper libexec/dsbsudo-askpass -man/man1/dsbsu.1.gz -man/man1/dsbsudo.1.gz +share/man/man1/dsbsu.1.gz +share/man/man1/dsbsudo.1.gz share/applications/dsbsu.desktop