Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 07:08:33 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a4a97c8b1e5e - main - games/glmaze: Moved man to share/man
Message-ID:  <202402240708.41O78Xsx056622@gitrepo.freebsd.org>

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

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

commit a4a97c8b1e5e4e0b16606a31cfaf278d65cab47e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 06:51:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 07:08:05 +0000

    games/glmaze: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 games/glmaze/Makefile             | 2 +-
 games/glmaze/files/patch-Makefile | 2 +-
 games/glmaze/pkg-plist            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/glmaze/Makefile b/games/glmaze/Makefile
index eafa375f042b..4463816fa3eb 100644
--- a/games/glmaze/Makefile
+++ b/games/glmaze/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	glmaze
 DISTVERSION=	1.1a
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION}$ \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
diff --git a/games/glmaze/files/patch-Makefile b/games/glmaze/files/patch-Makefile
index c7b5e1777739..fc13a366ef99 100644
--- a/games/glmaze/files/patch-Makefile
+++ b/games/glmaze/files/patch-Makefile
@@ -12,7 +12,7 @@
 -GAMEPATH = $(DESTPATH)/games/glMaze
 -MANPATH = $(DESTPATH)/man/man1
 +GAMEPATH = $(DESTPATH)/share/glmaze
-+MANPATH = $(DESTPATH)/man/man6
++MANPATH = $(DESTPATH)/share/man/man6
  
  OBJECTS = load_maze.o main.o controls.o shot.o player.o net.o \
  	  username.o radar.o prefs.o sound.o
diff --git a/games/glmaze/pkg-plist b/games/glmaze/pkg-plist
index 87028add551c..722763f8d0b9 100644
--- a/games/glmaze/pkg-plist
+++ b/games/glmaze/pkg-plist
@@ -1,5 +1,5 @@
 bin/glmaze
-man/man6/glmaze.6.gz
+share/man/man6/glmaze.6.gz
 %%DATADIR%%/data/Font.bmp
 %%DATADIR%%/data/Star.bmp
 %%DATADIR%%/data/bar.bmp



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