Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 07:52:21 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 407033e0f766 - main - graphics/xglurbules: Move man pages to share/man
Message-ID:  <202403210752.42L7qLn6093389@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=407033e0f76623294d3128eb05c1755ebbaccf17

commit 407033e0f76623294d3128eb05c1755ebbaccf17
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-21 07:51:20 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-21 07:51:20 +0000

    graphics/xglurbules: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/xglurbules/Makefile             |  4 ++--
 graphics/xglurbules/files/patch-Makefile | 15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile
index 8b5f90ec8773..d005e0e4ac80 100644
--- a/graphics/xglurbules/Makefile
+++ b/graphics/xglurbules/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xglurbules
 PORTVERSION=	3.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://stephenroome.com/xglurbules/
 
@@ -13,6 +13,6 @@ USE_XORG=	xt x11 sm ice xpm
 
 PLIST_FILES=	bin/xglurbules \
 		bin/xglurbules-noshm \
-		man/man1/xglurbules.1.gz
+		share/man/man1/xglurbules.1.gz
 
 .include <bsd.port.mk>
diff --git a/graphics/xglurbules/files/patch-Makefile b/graphics/xglurbules/files/patch-Makefile
index 5d57207b5932..ccbeec9902aa 100644
--- a/graphics/xglurbules/files/patch-Makefile
+++ b/graphics/xglurbules/files/patch-Makefile
@@ -1,6 +1,15 @@
---- Makefile.orig	2014-06-16 23:02:51.808174124 +0800
-+++ Makefile	2014-06-16 23:03:13.422174462 +0800
-@@ -48,9 +48,9 @@ depend:
+--- Makefile.orig	2007-07-03 16:49:52 UTC
++++ Makefile
+@@ -17,7 +17,7 @@ BIN_DIR=${PREFIX}/bin
+ .endif
+ 
+ BIN_DIR=${PREFIX}/bin
+-MAN_DIR=${PREFIX}/man/man1
++MAN_DIR=${PREFIX}/share/man/man1
+ 
+ COMPRESS=/usr/bin/gzip
+ STRIP= /usr/bin/true
+@@ -48,9 +48,9 @@ install: xglurbules xglurbules-noshm ${MAN_FILE}
  	gcc -E -MM *.c > .depend
  
  install: xglurbules xglurbules-noshm ${MAN_FILE}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403210752.42L7qLn6093389>