git: 1474bc333cc0 - main - irc/iroffer-dinoex: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 16:47:15 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=1474bc333cc0db34697090f4ed17ac287c91c065 commit 1474bc333cc0db34697090f4ed17ac287c91c065 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 16:47:07 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 16:47:07 +0000 irc/iroffer-dinoex: use ${PREFIX}/share/man --- irc/iroffer-dinoex/Makefile | 6 +++--- irc/iroffer-dinoex/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index 8c2418dcfede..2d2836aede8f 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -1,6 +1,6 @@ PORTNAME= iroffer PORTVERSION= 3.33 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= https://iroffer.net/ PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2} @@ -69,8 +69,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iroffer-de ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/iroffer-it ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/iroffer-fr ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/iroffer.1 ${STAGEDIR}${PREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/xdcc.7 ${STAGEDIR}${PREFIX}/man/man7/ + ${INSTALL_MAN} ${WRKSRC}/iroffer.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/xdcc.7 ${STAGEDIR}${PREFIX}/share/man/man7/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/irc/iroffer-dinoex/pkg-plist b/irc/iroffer-dinoex/pkg-plist index 8dda4414c43d..92a1b98aacb7 100644 --- a/irc/iroffer-dinoex/pkg-plist +++ b/irc/iroffer-dinoex/pkg-plist @@ -2,8 +2,6 @@ bin/iroffer bin/iroffer-de bin/iroffer-fr bin/iroffer-it -man/man1/iroffer.1.gz -man/man7/xdcc.7.gz %%PORTDOCS%%%%DOCSDIR%%/INSTALL-linux-de.html %%PORTDOCS%%%%DOCSDIR%%/INSTALL-linux-de.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL-linux-en.html @@ -44,3 +42,5 @@ man/man7/xdcc.7.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/md5.txt.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/robots.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/sfv.txt.rb +share/man/man1/iroffer.1.gz +share/man/man7/xdcc.7.gz