git: 062215700104 - main - misc/owrep: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:43:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=062215700104451123f91a1de9f0299bf214fb99 commit 062215700104451123f91a1de9f0299bf214fb99 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 20:28:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 20:43:16 +0000 misc/owrep: Moved man to share/man Approved by: portmgr (blanket) --- misc/owrep/Makefile | 5 +++-- misc/owrep/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/misc/owrep/Makefile b/misc/owrep/Makefile index bdea81f3138a..414935c4cbd7 100644 --- a/misc/owrep/Makefile +++ b/misc/owrep/Makefile @@ -1,5 +1,6 @@ PORTNAME= owrep DISTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ml1.org.uk/distfiles/ \ http://www.ancientgeek.org.uk/distfiles/ @@ -20,8 +21,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/owrep ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/owrep.1 ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/owrep.conf.5 ${STAGEDIR}${PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/owrep.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/owrep.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${WRKSRC}/owrep.conf.sample ${STAGEDIR}${PREFIX}/etc .include <bsd.port.mk> diff --git a/misc/owrep/pkg-plist b/misc/owrep/pkg-plist index 82425ad10b42..72bddff7fdea 100644 --- a/misc/owrep/pkg-plist +++ b/misc/owrep/pkg-plist @@ -1,4 +1,4 @@ bin/owrep @sample etc/owrep.conf.sample -man/man1/owrep.1.gz -man/man5/owrep.conf.5.gz +share/man/man1/owrep.1.gz +share/man/man5/owrep.conf.5.gz