git: fe6453de2eae - main - games/an: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 19:02:39 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fe6453de2eae6206b9ab1973785ac5775ff1403a
commit fe6453de2eae6206b9ab1973785ac5775ff1403a
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 18:20:59 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 19:01:45 +0000
games/an: Moved man to share/man
Approved by: portmgr (blanket)
---
games/an/Makefile | 4 ++--
games/an/files/patch-Makefile | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/games/an/Makefile b/games/an/Makefile
index a10ddb28ffca..08f80ed684c3 100644
--- a/games/an/Makefile
+++ b/games/an/Makefile
@@ -1,6 +1,6 @@
PORTNAME= an
PORTVERSION= 1.2
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= games
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
@@ -18,6 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= gmake tar:xz
PLIST_FILES= bin/${PORTNAME} \
- man/man6/${PORTNAME}.6.gz
+ share/man/man6/${PORTNAME}.6.gz
.include <bsd.port.mk>
diff --git a/games/an/files/patch-Makefile b/games/an/files/patch-Makefile
index 41631b347711..92ad1deb46bd 100644
--- a/games/an/files/patch-Makefile
+++ b/games/an/files/patch-Makefile
@@ -7,7 +7,7 @@
-INSTALLDIR := $(DESTDIR)/usr/games
-MANDIR := $(DESTDIR)/usr/share/man/man6
+INSTALLDIR := $(DESTDIR)$(PREFIX)/bin
-+MANDIR := $(DESTDIR)$(PREFIX)/man/man6
++MANDIR := $(DESTDIR)$(PREFIX)/share/man/man6
-CC:=gcc
+CC?=gcc