diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-09 09:03:05 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-09 11:04:50 +0000 |
commit | ddc9caf83256bd4f1511b7ef8687335988bdfe21 (patch) | |
tree | 1f50beccd1067c39f6b8ca19b3f6b3b6745514ad | |
parent | 0cb8e84a05aa08a850cd8f7f4fc826ff95fd2c12 (diff) |
games/hangman: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/hangman/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hangman/Makefile b/games/hangman/Makefile index a33cb734fa44..6107b88f695c 100644 --- a/games/hangman/Makefile +++ b/games/hangman/Makefile @@ -1,6 +1,6 @@ PORTNAME= hangman PORTVERSION= 0.9.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= http://www.shiftygames.com/hangman/ \ http://mirror.amdmi3.ru/distfiles/ @@ -12,6 +12,7 @@ WWW= http://www.shiftygames.com/hangman/hangman.html CONFLICTS= bsdgames GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USES= gmake sdl USE_CSTD= gnu89 USE_SDL= sdl mixer image ttf @@ -20,7 +21,7 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS+= `${SDL_CONFIG} --cflags` LDFLAGS+= `${SDL_CONFIG} --libs` -PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz +PLIST_FILES= bin/${PORTNAME} share/man/man6/${PORTNAME}.6.gz PORTDATA= * .include <bsd.port.pre.mk> |