git: 74b51bb341c2 - main - sysutils/respond: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 07:05:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=74b51bb341c29cb51b84f523de502c78129242e9 commit 74b51bb341c29cb51b84f523de502c78129242e9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:42:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:04:48 +0000 sysutils/respond: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/respond/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/respond/Makefile b/sysutils/respond/Makefile index d423e33cabe9..81feadb68bc2 100644 --- a/sysutils/respond/Makefile +++ b/sysutils/respond/Makefile @@ -1,5 +1,6 @@ PORTNAME= respond PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= j.witteveen@gmail.com @@ -11,9 +12,10 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= joukewitteveen -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + MANPREFIX="${PREFIX}/share" .include <bsd.port.mk>