diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-09 09:11:23 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-09 11:04:51 +0000 |
commit | 25a99271c78d12020c47240b74a5e640527c11ac (patch) | |
tree | f665ff0f78c53b1aa604a2f8792cd411a5a9080c | |
parent | ddc9caf83256bd4f1511b7ef8687335988bdfe21 (diff) |
games/iqpuzzle: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/iqpuzzle/Makefile | 1 | ||||
-rw-r--r-- | games/iqpuzzle/files/patch-iqpuzzle.pro | 11 | ||||
-rw-r--r-- | games/iqpuzzle/pkg-plist | 6 |
3 files changed, 4 insertions, 14 deletions
diff --git a/games/iqpuzzle/Makefile b/games/iqpuzzle/Makefile index 1d20f3cbf87d..758b227018aa 100644 --- a/games/iqpuzzle/Makefile +++ b/games/iqpuzzle/Makefile @@ -1,6 +1,7 @@ PORTNAME= iqpuzzle DISTVERSIONPREFIX= v DISTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= yuri@FreeBSD.org diff --git a/games/iqpuzzle/files/patch-iqpuzzle.pro b/games/iqpuzzle/files/patch-iqpuzzle.pro deleted file mode 100644 index eb763476dc89..000000000000 --- a/games/iqpuzzle/files/patch-iqpuzzle.pro +++ /dev/null @@ -1,11 +0,0 @@ ---- iqpuzzle.pro.orig 2019-11-02 16:27:16 UTC -+++ iqpuzzle.pro -@@ -108,7 +108,7 @@ unix: !macx { - icons.path = $$PREFIX/share/icons - icons.files += res/images/hicolor - -- man.path = $$PREFIX/share -+ man.path = $$PREFIX - man.files += man - - meta.path = $$PREFIX/share/metainfo diff --git a/games/iqpuzzle/pkg-plist b/games/iqpuzzle/pkg-plist index 7523a114ef59..3627c9baa17c 100644 --- a/games/iqpuzzle/pkg-plist +++ b/games/iqpuzzle/pkg-plist @@ -1,7 +1,4 @@ bin/iqpuzzle -man/de/man6/iqpuzzle.6.gz -man/it/man6/iqpuzzle.6.gz -man/man6/iqpuzzle.6.gz share/applications/com.github.elth0r0.iqpuzzle.desktop share/icons/hicolor/128x128/apps/iqpuzzle.png share/icons/hicolor/16x16/apps/iqpuzzle.png @@ -658,4 +655,7 @@ share/icons/hicolor/scalable/apps/iqpuzzle.svg %%DATADIR%%/boards/rectangles/rectangle_039.png %%DATADIR%%/boards/rectangles/rectangle_040.conf %%DATADIR%%/boards/rectangles/rectangle_040.png +share/man/de/man6/iqpuzzle.6.gz +share/man/it/man6/iqpuzzle.6.gz +share/man/man6/iqpuzzle.6.gz share/metainfo/com.github.elth0r0.iqpuzzle.metainfo.xml |