diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 07:45:52 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:08:03 +0100 |
commit | bd96c40775ec52796db557d6b97edf22ea7330c6 (patch) | |
tree | cd3913ddf2b9aae847799e9a9b1d3e47e61afd39 | |
parent | be819f8ea5d3f4da5ded7c5ec988f70714da4d90 (diff) | |
download | freebsd-ports-bd96c40775ec52796db557d6b97edf22ea7330c6.zip |
games/freedroid: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/freedroid/Makefile | 3 | ||||
-rw-r--r-- | games/freedroid/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/freedroid/Makefile b/games/freedroid/Makefile index c6a2d84c51c6..38aaa8fe3131 100644 --- a/games/freedroid/Makefile +++ b/games/freedroid/Makefile @@ -1,6 +1,6 @@ PORTNAME= freedroid PORTVERSION= 1.0.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION} @@ -17,6 +17,7 @@ USES= iconv jpeg sdl USE_SDL= mixer image sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --program-transform-name= DESKTOP_ENTRIES= "Freedroid Classic" "${COMMENT}" \ diff --git a/games/freedroid/pkg-plist b/games/freedroid/pkg-plist index 8e12d671005e..35acdfbc39b0 100644 --- a/games/freedroid/pkg-plist +++ b/games/freedroid/pkg-plist @@ -1,5 +1,5 @@ bin/freedroid -man/man6/freedroid.6.gz +share/man/man6/freedroid.6.gz %%DATADIR%%/graphics/001.jpg %%DATADIR%%/graphics/001.png %%DATADIR%%/graphics/123.jpg |