git: 8335cd3e2c71 - main - x11/ico: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 18:40:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8335cd3e2c71ef413d68357e8a4393456f8afd26 commit 8335cd3e2c71ef413d68357e8a4393456f8afd26 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 18:24:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 18:40:33 +0000 x11/ico: Moved man to share/man Approved by: portmgr (blanket) --- x11/ico/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11/ico/Makefile b/x11/ico/Makefile index a24f4bdda141..bbadbee338dc 100644 --- a/x11/ico/Makefile +++ b/x11/ico/Makefile @@ -1,5 +1,6 @@ PORTNAME= ico PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -8,6 +9,8 @@ COMMENT= Displays a wire-frame rotating plyhedron USES= xorg xorg-cat:app USE_XORG= x11 -PLIST_FILES= bin/ico man/man1/ico.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +PLIST_FILES= bin/ico share/man/man1/ico.1.gz .include <bsd.port.mk>