git: 7042226acf8b - main - misc/window: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 11:06:50 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7042226acf8bd8cb87d4d7286ee61f8239a7168e
commit 7042226acf8bd8cb87d4d7286ee61f8239a7168e
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-17 10:44:35 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-17 11:06:24 +0000
misc/window: Move man pages to share/man
Approved by: portmgr (blanket)
---
misc/window/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/misc/window/Makefile b/misc/window/Makefile
index 900c4d1a9231..7e29eb49058e 100644
--- a/misc/window/Makefile
+++ b/misc/window/Makefile
@@ -1,6 +1,6 @@
PORTNAME= window
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://people.FreeBSD.org/~trhodes/
@@ -14,10 +14,10 @@ WRKSRC= ${WRKDIR}/window
CFLAGS+= -Wno-return-type
MAKE_ARGS= LDADD="-lncurses -lutil"
-PLIST_FILES= bin/window man/man1/window.1.gz
+PLIST_FILES= bin/window share/man/man1/window.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/window ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/window.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/window.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>