git: b1b6d46a34ea - main - games/defendguin: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 19:41:15 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1b6d46a34ea0e761e461803c7ba9b8e727195a3 commit b1b6d46a34ea0e761e461803c7ba9b8e727195a3 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-02-23 19:40:34 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-02-23 19:41:03 +0000 games/defendguin: Moved man to share/man --- games/defendguin/Makefile | 3 ++- games/defendguin/files/patch-Makefile | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/games/defendguin/Makefile b/games/defendguin/Makefile index c215d4d0444b..9d0d36ad1ec7 100644 --- a/games/defendguin/Makefile +++ b/games/defendguin/Makefile @@ -1,5 +1,6 @@ PORTNAME= defendguin DISTVERSION= 0.0.13 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://tuxpaint.org/ftp/unix/x/defendguin/src/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -29,7 +30,7 @@ DESKTOP_ENTRIES= "Defendguin" \ "" PLIST_FILES= bin/defendguin \ - man/man6/defendguin.6.gz \ + share/man/man6/defendguin.6.gz \ share/pixmaps/defendguin.png PORTDATA= images music sounds PORTDOCS= AUTHORS.txt CHANGES.txt README.txt diff --git a/games/defendguin/files/patch-Makefile b/games/defendguin/files/patch-Makefile index 66fbc4da4dca..f01415280036 100644 --- a/games/defendguin/files/patch-Makefile +++ b/games/defendguin/files/patch-Makefile @@ -1,16 +1,18 @@ --- Makefile.orig 2020-05-26 04:29:37 UTC +++ Makefile -@@ -9,8 +9,8 @@ +@@ -9,9 +9,9 @@ # User-definable stuff: -CC=gcc -PREFIX=/usr/local +-MAN_PREFIX=$(PREFIX) +#CC=gcc +#PREFIX=/usr/local - MAN_PREFIX=$(PREFIX) ++MAN_PREFIX=$(PREFIX)/share BIN_PREFIX=$(PREFIX)/bin DATA_PREFIX=$(PREFIX)/share/defendguin/ + JOY=YES @@ -40,14 +40,14 @@ install: defendguin .PHONY: install