diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 07:50:20 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:08:05 +0100 |
commit | 3ba2a1c6bb5b8ba9cf64eea64a63beaefc7487fe (patch) | |
tree | 8f0f4240266d7f7dd8fb1b5b63ed542d0107f2e2 | |
parent | 3679ea2e2cea76ead0987d10e9a485bcd24b1e54 (diff) | |
download | freebsd-ports-3ba2a1c6bb5b8ba9cf64eea64a63beaefc7487fe.zip |
games/glaxium: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/glaxium/Makefile | 3 | ||||
-rw-r--r-- | games/glaxium/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index 410728565a4d..5c998a94baa6 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -1,6 +1,6 @@ PORTNAME= glaxium PORTVERSION= 0.5 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= games MASTER_SITES= http://xhosxe.free.fr/glaxium/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,6 +15,7 @@ USES= dos2unix gl gmake sdl USE_SDL= sdl mixer USE_GL= glut GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share ALL_TARGET= ${PORTNAME} DOS2UNIX_FILES= variables.cpp scene.cpp diff --git a/games/glaxium/pkg-plist b/games/glaxium/pkg-plist index dd614da3571f..e28bd62ffc4f 100644 --- a/games/glaxium/pkg-plist +++ b/games/glaxium/pkg-plist @@ -1,5 +1,5 @@ bin/glaxium -man/man6/glaxium.6.gz +share/man/man6/glaxium.6.gz %%DATADIR%%/samples/detection.wav %%DATADIR%%/samples/explode1.wav %%DATADIR%%/samples/explode2.wav |