summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 07:54:18 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 08:08:07 +0100
commit8755995929d4ed0c988c2f8086c9d7e675ef4cb7 (patch)
treefd85e70e863926fed95a162c4398a2eccab2d9a8
parent3a2b6e5de3fae07abc49141f4c1d7a2ae0f188c9 (diff)
downloadfreebsd-ports-8755995929d4ed0c988c2f8086c9d7e675ef4cb7.zip
games/golddig: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--games/golddig/Makefile2
-rw-r--r--games/golddig/files/patch-Makefile27
-rw-r--r--games/golddig/pkg-plist4
3 files changed, 27 insertions, 6 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile
index 9307896f85fc..fe13a4386b36 100644
--- a/games/golddig/Makefile
+++ b/games/golddig/Makefile
@@ -1,6 +1,6 @@
PORTNAME= golddig
PORTVERSION= 3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.NetBSD.org/~chuck/gz/
DISTNAME= ${PORTNAME}C${PORTVERSION}
diff --git a/games/golddig/files/patch-Makefile b/games/golddig/files/patch-Makefile
index 33656264b813..4181ffd33bac 100644
--- a/games/golddig/files/patch-Makefile
+++ b/games/golddig/files/patch-Makefile
@@ -1,6 +1,27 @@
---- Makefile.orig 2008-11-25 00:26:32.000000000 +0300
-+++ Makefile 2014-05-26 13:44:10.000000000 +0400
-@@ -49,36 +49,29 @@
+--- Makefile.orig 2008-11-24 21:26:32 UTC
++++ Makefile
+@@ -1,7 +1,7 @@
+-# This program was written by Alexander Siegel in September of 1989
+-# at Cornell University. It may may copied freely for private use or
+-# public dispersion provided that this comment is not removed. This
+-# program, any portion of this program, or any derivative of this
++# This program was written by Alexander Siegel in September of 1989
++# at Cornell University. It may may copied freely for private use or
++# public dispersion provided that this comment is not removed. This
++# program, any portion of this program, or any derivative of this
+ # program may not be sold or traded for financial gain.
+
+ # Name of game executable
+@@ -15,7 +15,7 @@ MANEXT = 6
+ #LIB = levs
+ # Directory where manual pages are kept
+ MANEXT = 6
+-MAN = ${PREFIX}/man/man${MANEXT}
++MAN = ${PREFIX}/share/man/man${MANEXT}
+ # Add vms.c and vms.o to these lists if the operating system is VMS
+ SRCS = golddig.c shared.c badguy.c movement.c scores.c moveall.c
+ OBJS = golddig.o shared.o badguy.o movement.o scores.o moveall.o
+@@ -49,36 +49,29 @@ BSD_INSTALL_GAME_DIR?= \
#
#
BSD_INSTALL_GAME_DIR?= \
diff --git a/games/golddig/pkg-plist b/games/golddig/pkg-plist
index 9e792cc20c0e..ff5949b47507 100644
--- a/games/golddig/pkg-plist
+++ b/games/golddig/pkg-plist
@@ -1,7 +1,7 @@
bin/gdedit
@(root,games,2555) bin/golddig
-man/man6/gdedit.6.gz
-man/man6/golddig.6.gz
+share/man/man6/gdedit.6.gz
+share/man/man6/golddig.6.gz
%%DATADIR%%/default
%%DATADIR%%/goldlev001
%%DATADIR%%/goldlev002